diff options
| author | Angristan <Angristan@users.noreply.github.com> | 2018-04-15 12:59:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-15 12:59:29 +0200 |
| commit | 934d9f35449c1ca54849fba69001200186913c4d (patch) | |
| tree | 6a002a67b4c426487a32b37e2d137c8392fdaa28 /docs | |
| parent | Merge pull request #1475 from Angristan/patch-1 (diff) | |
| download | sharkey-934d9f35449c1ca54849fba69001200186913c4d.tar.gz sharkey-934d9f35449c1ca54849fba69001200186913c4d.tar.bz2 sharkey-934d9f35449c1ca54849fba69001200186913c4d.zip | |
Specify ImageMagick version (7.0+)
Misskey needs the magick command
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/setup.en.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/setup.en.md b/docs/setup.en.md index fed13bdeb5..b858a4a2a4 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 |