diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-07-15 01:56:31 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-07-15 01:56:31 +0900 |
| commit | 6a4e92a999e6798764d275e8776378c0b45c5271 (patch) | |
| tree | 09da0b9b3b57060583e72478367c8187cd0abeac /docs | |
| parent | Darken (diff) | |
| download | sharkey-6a4e92a999e6798764d275e8776378c0b45c5271.tar.gz sharkey-6a4e92a999e6798764d275e8776378c0b45c5271.tar.bz2 sharkey-6a4e92a999e6798764d275e8776378c0b45c5271.zip | |
#1903
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/setup.en.md | 3 | ||||
| -rw-r--r-- | docs/setup.ja.md | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/setup.en.md b/docs/setup.en.md index 5b1b5496e6..b5bafcf802 100644 --- a/docs/setup.en.md +++ b/docs/setup.en.md @@ -43,7 +43,8 @@ Please install and setup these softwares: *4.* Make configuration file ---------------------------------------------------------------- -You need to generate config file via `npm run config` command. +1. Copy the `.config/example.yml` and rename it to `default.yml`. +2. Edit it *5.* Build Misskey ---------------------------------------------------------------- diff --git a/docs/setup.ja.md b/docs/setup.ja.md index b879af8d4a..33929b7514 100644 --- a/docs/setup.ja.md +++ b/docs/setup.ja.md @@ -43,7 +43,7 @@ web-push generate-vapid-keys *4.* 設定ファイルを作成する ---------------------------------------------------------------- -`npm run config`コマンドを利用して、ガイドに従って情報を入力してください。 +`.config/example.yml`をコピーしたのち`default.yml`にリネームして編集してください。 *5.* Misskeyのビルド ---------------------------------------------------------------- |