diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-04-15 20:02:04 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-15 20:02:04 +0900 |
| commit | 66b208e75dbf79e7cf6afc71c6f6501c19d5ace3 (patch) | |
| tree | 6a002a67b4c426487a32b37e2d137c8392fdaa28 /docs | |
| parent | Merge pull request #1475 from Angristan/patch-1 (diff) | |
| parent | Specify ImageMagick version (7.0+) (diff) | |
| download | sharkey-66b208e75dbf79e7cf6afc71c6f6501c19d5ace3.tar.gz sharkey-66b208e75dbf79e7cf6afc71c6f6501c19d5ace3.tar.bz2 sharkey-66b208e75dbf79e7cf6afc71c6f6501c19d5ace3.zip | |
Merge pull request #1476 from Angristan/patch-1
Specify ImageMagick version (7.0+)
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 |