Update README.md

This commit is contained in:
Aya Morisawa 2017-02-28 20:59:01 +09:00
parent 6af69bf136
commit ef8f624ad8

View file

@ -82,14 +82,24 @@ Note that `$(pwd)` is the working directory.
Install 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 #### Update
-------------------------------- 1. `git fetch`
1. Clone this repository 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` 2. `npm install`
3. `npm run build` 3. `npm run build`
#### Update
1. `git pull origin master`
2. `npm install`
Launch Launch
-------------------------------- --------------------------------
`sudo npm start` `sudo npm start`