Skip to content
Snippets Groups Projects
Commit ef8f624a authored by Aya Morisawa's avatar Aya Morisawa
Browse files

Update README.md

parent 6af69bf1
No related branches found
No related tags found
No related merge requests found
......@@ -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`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment