summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorsyuilo⭐️ <Syuilotan@yahoo.co.jp>2017-02-22 04:20:44 +0900
committerGitHub <noreply@github.com>2017-02-22 04:20:44 +0900
commite7f3325cb67cbad71bc4228add8cd59f4e1dee4e (patch)
treed62b2e92a3a1cfae3798cf8e676a2f740dabadb2 /README.md
parentClean up (diff)
parentwell done (diff)
downloadsharkey-e7f3325cb67cbad71bc4228add8cd59f4e1dee4e.tar.gz
sharkey-e7f3325cb67cbad71bc4228add8cd59f4e1dee4e.tar.bz2
sharkey-e7f3325cb67cbad71bc4228add8cd59f4e1dee4e.zip
Merge pull request #194 from syuilo/no-build-requires-config
No build requires config
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 52666390e2..32b86f8dc6 100644
--- a/README.md
+++ b/README.md
@@ -31,8 +31,7 @@ and more! You can touch with your own eyes at https://misskey.xyz/.
2. `git clone git://github.com/syuilo/misskey.git`
3. `cd misskey`
4. `npm install`
-5. `npm run config`
-6. `npm run build`
+5. `npm run build`
GLHF!
@@ -92,6 +91,7 @@ If you want to run misskey in production mode, add `--env NODE_ENV=production` l
Note that `$(pwd)` is the working directory.
## Launch
+(初回起動時はまず `npm run config` してください)
`sudo npm start`
## Debugging :bug: