diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-12-09 22:35:26 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-12-09 22:35:26 +0900 |
| commit | 37edacce44cb7d63c35fee88e0b43028a1c7765c (patch) | |
| tree | 2308aebade23ae7cce79fd8b8bcfa488a5359c95 /docs | |
| parent | v3310 (diff) | |
| download | sharkey-37edacce44cb7d63c35fee88e0b43028a1c7765c.tar.gz sharkey-37edacce44cb7d63c35fee88e0b43028a1c7765c.tar.bz2 sharkey-37edacce44cb7d63c35fee88e0b43028a1c7765c.zip | |
Use ImageMagick instead of GraphicsMagick
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/setup.en.md | 2 | ||||
| -rw-r--r-- | docs/setup.ja.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/setup.en.md b/docs/setup.en.md index 9c31e4f177..b81245d892 100644 --- a/docs/setup.en.md +++ b/docs/setup.en.md @@ -53,7 +53,7 @@ Please install and setup these softwares: * *Node.js* and *npm* * **[MongoDB](https://www.mongodb.com/)** * **[Redis](https://redis.io/)** -* **[GraphicsMagick](http://www.graphicsmagick.org/)** +* **[ImageMagick](http://www.imagemagick.org/script/index.php)** ##### Optional * [Elasticsearch](https://www.elastic.co/) - used to provide searching feature instead of MongoDB diff --git a/docs/setup.ja.md b/docs/setup.ja.md index 1e8bb553fa..1662d1ee5a 100644 --- a/docs/setup.ja.md +++ b/docs/setup.ja.md @@ -54,7 +54,7 @@ web-push generate-vapid-keys * *Node.js* と *npm* * **[MongoDB](https://www.mongodb.com/)** * **[Redis](https://redis.io/)** -* **[GraphicsMagick](http://www.graphicsmagick.org/)** +* **[ImageMagick](http://www.imagemagick.org/script/index.php)** ##### オプション * [Elasticsearch](https://www.elastic.co/) - 検索機能を向上させるために用います。 |