From ef9253c2ffacb1678ca6d366b381bcfad8ecc8f1 Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Tue, 28 Feb 2017 20:28:49 +0900
Subject: [PATCH] Fix

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 99e0eae4a9..3069affd2a 100644
--- a/README.md
+++ b/README.md
@@ -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
 --------------------------------