summaryrefslogtreecommitdiff
path: root/docs/setup.en.md
diff options
context:
space:
mode:
authorAkihiko Odaki <nekomanma@pixiv.co.jp>2018-03-25 20:19:32 +0900
committerAkihiko Odaki <nekomanma@pixiv.co.jp>2018-03-25 20:21:00 +0900
commit97c6dd6fe376328bf7291e16336c4c7ce6498850 (patch)
tree50b8d6f3f42648dd187d79446688ab6373c8bb80 /docs/setup.en.md
parentUpdate DONORS.md (diff)
downloadmisskey-97c6dd6fe376328bf7291e16336c4c7ce6498850.tar.gz
misskey-97c6dd6fe376328bf7291e16336c4c7ce6498850.tar.bz2
misskey-97c6dd6fe376328bf7291e16336c4c7ce6498850.zip
Fix the order of setup procedure
Diffstat (limited to 'docs/setup.en.md')
-rw-r--r--docs/setup.en.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/setup.en.md b/docs/setup.en.md
index e94e229d1c..e7de83689a 100644
--- a/docs/setup.en.md
+++ b/docs/setup.en.md
@@ -58,7 +58,13 @@ Please install and setup these softwares:
##### Optional
* [Elasticsearch](https://www.elastic.co/) - used to provide searching feature instead of MongoDB
-*4.* Install Misskey
+*4.* Prepare configuration
+----------------------------------------------------------------
+First, you need to create a `.config` directory in the directory that
+Misskey installed. And then you need to create a `default.yml` file in
+the directory. The template of configuration is available [here](./config.md).
+
+*5.* Install Misskey
----------------------------------------------------------------
1. `git clone -b master git://github.com/syuilo/misskey.git`
@@ -71,12 +77,6 @@ Please install and setup these softwares:
2. `npm install`
3. `npm run build`
-*5.* Prepare configuration
-----------------------------------------------------------------
-First, you need to create a `.config` directory in the directory that
-Misskey installed. And 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.