diff options
| author | nico <nico@lifeisabug.com> | 2018-10-17 15:42:45 +0200 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2018-10-17 22:42:45 +0900 |
| commit | 4f24d58a792aaa322b1f0aa6686ea7fb25dc1474 (patch) | |
| tree | 75053fb732e404637e08059eae78e5ff5432d07b /docs/setup.en.md | |
| parent | 10.22.1 (diff) | |
| download | sharkey-4f24d58a792aaa322b1f0aa6686ea7fb25dc1474.tar.gz sharkey-4f24d58a792aaa322b1f0aa6686ea7fb25dc1474.tar.bz2 sharkey-4f24d58a792aaa322b1f0aa6686ea7fb25dc1474.zip | |
Make clear elasticsearch is required and not optional for the search to work (#2927)
Diffstat (limited to 'docs/setup.en.md')
| -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 e30297962b..bb26beb4bc 100644 --- a/docs/setup.en.md +++ b/docs/setup.en.md @@ -28,7 +28,7 @@ Please install and setup these softwares: ##### Optional * [Redis](https://redis.io/) * Redis is optional, but we strongly recommended to install it -* [Elasticsearch](https://www.elastic.co/) - used to provide searching feature instead of MongoDB +* [Elasticsearch](https://www.elastic.co/) - required to enable the search feature *3.* Setup MongoDB ---------------------------------------------------------------- |