diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-02-28 20:28:49 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-02-28 20:28:49 +0900 |
| commit | ef9253c2ffacb1678ca6d366b381bcfad8ecc8f1 (patch) | |
| tree | beb88e77c9d6edb9a76810f824b4af88dfd6c8cd /README.md | |
| parent | Fix: Add missing dependency (diff) | |
| download | misskey-ef9253c2ffacb1678ca6d366b381bcfad8ecc8f1.tar.gz misskey-ef9253c2ffacb1678ca6d366b381bcfad8ecc8f1.tar.bz2 misskey-ef9253c2ffacb1678ca6d366b381bcfad8ecc8f1.zip | |
Fix
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 -------------------------------- |