kuaifan 5 gadi atpakaļ
vecāks
revīzija
fa5e2c3915
2 mainītis faili ar 10 papildinājumiem un 2 dzēšanām
  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
 ```