From 51fdeaca83abc3f08b700c504cc901f2c57890f0 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 28 Feb 2017 20:18:51 +0900 Subject: [PATCH] Better README --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d33a956c..99e0eae4a 100644 --- a/README.md +++ b/README.md @@ -80,14 +80,22 @@ If you want to run misskey in production mode, add `--env NODE_ENV=production` l Note that `$(pwd)` is the working directory. -Building +Install -------------------------------- -Run `npm run build` after `npm install`. GLHF! +Run `wget https://github.com/syuilo/misskey/archive/release.zip && unzip release.zip && cd misskey-release && mv * ../ && cd ../ && npm install` + +...or Build yourself +-------------------------------- +1. Clone this repository +2. `npm install` +3. `npm run build` Launch -------------------------------- `sudo npm start` +GLHF! + Testing -------------------------------- Run `npm test` after building