This commit is contained in:
syuilo 2017-02-28 20:28:49 +09:00
parent e3b1034bc0
commit ef9253c2ff
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ Note that `$(pwd)` is the working directory.
Install Install
-------------------------------- --------------------------------
Run `wget https://github.com/syuilo/misskey/archive/release.zip && unzip release.zip && cd misskey-release && mv * ../ && cd ../ && npm 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`
...or Build yourself ...or Build yourself
-------------------------------- --------------------------------