diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-07-15 09:43:16 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-07-15 09:43:16 +0900 |
| commit | 7276ec185b5e51c0d12ae8d6e999f99127ae8338 (patch) | |
| tree | 98d30891997d67be346611562343cce401c13636 /docs/setup.en.md | |
| parent | Create manage.en.md (diff) | |
| download | sharkey-7276ec185b5e51c0d12ae8d6e999f99127ae8338.tar.gz sharkey-7276ec185b5e51c0d12ae8d6e999f99127ae8338.tar.bz2 sharkey-7276ec185b5e51c0d12ae8d6e999f99127ae8338.zip | |
Update setup docs
Diffstat (limited to 'docs/setup.en.md')
| -rw-r--r-- | docs/setup.en.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/setup.en.md b/docs/setup.en.md index 45038b87ac..5e986d8035 100644 --- a/docs/setup.en.md +++ b/docs/setup.en.md @@ -13,7 +13,7 @@ This guide describes how to install and setup Misskey. Running misskey on root is not a good idea so we create a user for that. In debian for exemple : -``` +``` adduser --disabled-password --disabled-login misskey ``` @@ -67,7 +67,7 @@ web-push generate-vapid-keys *6.* Make configuration file ---------------------------------------------------------------- 1. `cp .config/example.yml .config/default.yml` Copy the `.config/example.yml` and rename it to `default.yml`. -2. Edit it +2. Edit `default.yml` *7.* Build Misskey ---------------------------------------------------------------- |