소스 검색

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
 ```