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

Update README.md

parent 97bc8a46
No related branches found
No related tags found
No related merge requests found
......@@ -88,10 +88,9 @@ Install
3. `npm install`
#### Update
1. `cd /path/to/misskey`
2. `git fetch`
3. `git reset --hard origin/release`
4. `npm install`
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`
......@@ -100,15 +99,13 @@ Install
4. `npm run build`
#### Update
1. `cd /path/to/misskey`
2. `git pull origin master`
3. `npm install`
4. `npm run build`
1. `git pull origin master`
2. `npm install`
3. `npm run build`
Launch
--------------------------------
1. `cd /path/to/misskey`
2. `sudo npm start`
1. `sudo npm start`
GLHF!
......
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