From cb24efdb364f76eb7efb929b88a2ae99ae1a1c39 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 18 Mar 2018 15:52:09 +0900 Subject: [PATCH] Update setup doc --- docs/setup.en.md | 8 +++++++- docs/setup.ja.md | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/setup.en.md b/docs/setup.en.md index 59637804c..3ba3c16ad 100644 --- a/docs/setup.en.md +++ b/docs/setup.en.md @@ -71,7 +71,13 @@ Please install and setup these softwares: 2. `npm install` 3. `npm run build` -*5.* That is it. +*5.* Prepare configuration +---------------------------------------------------------------- +First, you need to create a `.config` directory in the directory that +Misskey installed. Then you need to create a `default.yml` file in +the directory. The template of configuration is available [here](./config.md). + +*6.* That is it. ---------------------------------------------------------------- Well done! Now, you have an environment that run to Misskey. diff --git a/docs/setup.ja.md b/docs/setup.ja.md index 13dda8f1f..55febca2d 100644 --- a/docs/setup.ja.md +++ b/docs/setup.ja.md @@ -72,7 +72,13 @@ web-push generate-vapid-keys 2. `npm install` 3. `npm run build` -*5.* 以上です! +*5.* 設定ファイルを用意する +---------------------------------------------------------------- +Misskeyをインストールしたディレクトリに、`.config`というディレクトリを作成し、 +その中に`default.yml`という名前で設定ファイルを作ってください。 +設定ファイルの下書きは[ここ](./config.md)にありますので、コピペしてご利用ください。 + +*6.* 以上です! ---------------------------------------------------------------- お疲れ様でした。これでMisskeyを動かす準備は整いました。