diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-03-18 15:52:09 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-03-18 15:52:09 +0900 |
| commit | cb24efdb364f76eb7efb929b88a2ae99ae1a1c39 (patch) | |
| tree | 89433657262ad63727b9bcfd8e29708aefaa526d /docs/setup.en.md | |
| parent | v4204 (diff) | |
| download | sharkey-cb24efdb364f76eb7efb929b88a2ae99ae1a1c39.tar.gz sharkey-cb24efdb364f76eb7efb929b88a2ae99ae1a1c39.tar.bz2 sharkey-cb24efdb364f76eb7efb929b88a2ae99ae1a1c39.zip | |
Update setup doc
Diffstat (limited to 'docs/setup.en.md')
| -rw-r--r-- | docs/setup.en.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/setup.en.md b/docs/setup.en.md index 59637804cc..3ba3c16ad0 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. |