瀏覽代碼

no message

kuaifan 5 年之前
父節點
當前提交
fa5e2c3915
共有 2 個文件被更改,包括 10 次插入2 次删除
  1. 4 2
      INSTALL-EN.md
  2. 6 0
      INSTALL.md

+ 4 - 2
INSTALL-EN.md

@@ -14,6 +14,9 @@ $ git clone git@github.com:kuaifan/wookteam.git
 // or you can use https
 $ git clone https://github.com/kuaifan/wookteam.git
 
+// enter directory
+$ cd wookteam
+
 // copy .env
 $ cp .env.example .env
 ```
@@ -86,9 +89,8 @@ $ git clone git@github.com:kuaifan/wookteam.git
 // or you can use https
 $ git clone https://github.com/kuaifan/wookteam.git
 
-// configure remotes
+// enter directory
 $ cd wookteam
-$ git remote add origin git@github.com:kuaifan/wookteam.git
 
 // copy .env
 $ cp .env.example .env

+ 6 - 0
INSTALL.md

@@ -14,6 +14,9 @@ $ git clone git@github.com:kuaifan/wookteam.git
 // 或者你也可以使用https
 $ git clone https://github.com/kuaifan/wookteam.git
 
+// 进入目录
+$ cd wookteam
+
 // 拷贝 .env
 $ cp .env.example .env
 ```
@@ -86,6 +89,9 @@ $ git clone git@github.com:kuaifan/wookteam.git
 // 或者你也可以使用https
 $ git clone https://github.com/kuaifan/wookteam.git
 
+// 进入目录
+$ cd wookteam
+
 // 拷贝 .env
 $ cp .env.example .env
 ```