diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-07-23 20:48:55 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-07-23 20:48:55 +0900 |
| commit | 8d7f16caed0c0b05dd96ef1f5d350cc69fe71d92 (patch) | |
| tree | 571f5dd73aa18a2e14c5c5a9036f7fef78d2ca5a /docs | |
| parent | Update dependencyInfo.ts (diff) | |
| download | sharkey-8d7f16caed0c0b05dd96ef1f5d350cc69fe71d92.tar.gz sharkey-8d7f16caed0c0b05dd96ef1f5d350cc69fe71d92.tar.bz2 sharkey-8d7f16caed0c0b05dd96ef1f5d350cc69fe71d92.zip | |
Update setup.*.md
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 5a277f19bd..2ae017478b 100644 --- a/docs/setup.en.md +++ b/docs/setup.en.md @@ -31,7 +31,7 @@ Please install and setup these softwares: * [Elasticsearch](https://www.elastic.co/) - used to provide searching feature instead of MongoDB -*3.* Setup Mongodb Database +*3.* Setup MongoDB ---------------------------------------------------------------- In root : 1. `mongo` Go to the mongo shell diff --git a/docs/setup.ja.md b/docs/setup.ja.md index aa8d8d99fc..75997cfbc3 100644 --- a/docs/setup.ja.md +++ b/docs/setup.ja.md @@ -30,7 +30,7 @@ adduser --disabled-password --disabled-login misskey ##### オプション * [Elasticsearch](https://www.elastic.co/) - 検索機能を向上させるために用います。 -*3.* Mongodbの設定 +*3.* MongoDBの設定 ---------------------------------------------------------------- ルートで: 1. `mongo` mongoシェルを起動 |