From ef8f624ad8dda83455014c87e9e8dc7263bcb22f Mon Sep 17 00:00:00 2001 From: Aya Morisawa Date: Tue, 28 Feb 2017 20:59:01 +0900 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3069affd2..437037ed2 100644 --- a/README.md +++ b/README.md @@ -82,14 +82,24 @@ Note that `$(pwd)` is the working directory. Install -------------------------------- -Run `wget https://github.com/syuilo/misskey/archive/release.zip && unzip release.zip && rm release.zip && cd misskey-release && cp -rf * .. && rm -rf * && cd ../ && rm -rf misskey-release && npm install` +### Using built code +1. `git clone -b release git://github.com/syuilo/misskey.git` +2. `npm install` -...or Build yourself --------------------------------- -1. Clone this repository +#### Update +1. `git fetch` +2. `git reset --hard origin/release` +3. `npm install` + +### Using source code +1. `git clone -b master git://github.com/syuilo/misskey.git` 2. `npm install` 3. `npm run build` +#### Update +1. `git pull origin master` +2. `npm install` + Launch -------------------------------- `sudo npm start`