From 7276ec185b5e51c0d12ae8d6e999f99127ae8338 Mon Sep 17 00:00:00 2001 From: Aya Morisawa Date: Sun, 15 Jul 2018 09:43:16 +0900 Subject: Update setup docs --- docs/setup.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/setup.en.md') 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 ---------------------------------------------------------------- -- cgit v1.2.3-freya