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

Fix README.md

parent 95a687b5
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,8 @@ Install
--------------------------------
### Using built code
1. `git clone -b release git://github.com/syuilo/misskey.git`
2. `npm install`
2. `cd misskey`
3. `npm install`
#### Update
1. `git fetch`
......@@ -93,8 +94,9 @@ Install
### Using source code
1. `git clone -b master git://github.com/syuilo/misskey.git`
2. `npm install`
3. `npm run build`
2. `cd misskey`
3. `npm install`
4. `npm run build`
#### Update
1. `git pull origin master`
......
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