From 5fbd55f714c554aa8e3122a226dced42ff33ef52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=93=E3=81=B4=E3=81=AA=E3=81=9F=E3=81=BF=E3=81=BD?= Date: Wed, 17 May 2017 10:37:10 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49ce0afc4..9265ce0b6 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ The built code is automatically pushed to https://github.com/syuilo/misskey/tree 3. `npm install` ### Using source code -If you want to build Misskey manually, you can do it via build command after download source code of Misskey and install dependencies. +If you want to build Misskey manually, you can do it via `build` command after download the source code of Misskey and install dependencies: 1. `git clone -b master git://github.com/syuilo/misskey.git` 2. `cd misskey`