From 934d9f35449c1ca54849fba69001200186913c4d Mon Sep 17 00:00:00 2001 From: Angristan Date: Sun, 15 Apr 2018 12:59:29 +0200 Subject: [PATCH] Specify ImageMagick version (7.0+) Misskey needs the magick command --- docs/setup.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup.en.md b/docs/setup.en.md index fed13bdeb..b858a4a2a 100644 --- a/docs/setup.en.md +++ b/docs/setup.en.md @@ -30,7 +30,7 @@ Please install and setup these softwares: * *Node.js* and *npm* * **[MongoDB](https://www.mongodb.com/)** * **[Redis](https://redis.io/)** -* **[ImageMagick](http://www.imagemagick.org/script/index.php)** +* **[ImageMagick](http://www.imagemagick.org/script/index.php)** >= 7.0 ##### Optional * [Elasticsearch](https://www.elastic.co/) - used to provide searching feature instead of MongoDB