Skip to content
Snippets Groups Projects
Commit ef9253c2 authored by syuilo's avatar syuilo
Browse files

Fix

parent e3b1034b
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ Note that `$(pwd)` is the working directory.
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
--------------------------------
......
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