kuaifan 5 éve
szülő
commit
cbe04c1cc1
2 módosított fájl, 8 hozzáadás és 20 törlés
  1. 4 10
      INSTALL-EN.md
  2. 4 10
      INSTALL.md

+ 4 - 10
INSTALL-EN.md

@@ -13,24 +13,18 @@
 $ git clone git@github.com:kuaifan/wookteam.git
 // or you can use https
 $ git clone https://github.com/kuaifan/wookteam.git
-```
-
-#### Configure remotes
 
-```bash
+// configure remotes
 $ cd wookteam
 $ git remote add origin git@github.com:kuaifan/wookteam.git
-```
-
-#### Copy`.env`
 
-```bash
+// copy .env
 $ cp .env.example .env
 ```
 
 #### Modify`.env`
 
-database、websocket
+> Database、WebSocket
 
 ```env
 DB_CONNECTION=mysql
@@ -59,7 +53,7 @@ $ npm install
 $ npm run production
 ```
 
-#### Run Laravels (websocket)
+#### Run Laravels (WebSocket)
 
 ```bash
 $ php bin/laravels start

+ 4 - 10
INSTALL.md

@@ -13,24 +13,18 @@
 $ git clone git@github.com:kuaifan/wookteam.git
 // 或者你也可以使用https
 $ git clone https://github.com/kuaifan/wookteam.git
-```
-
-#### 配置 remotes
 
-```bash
+// 配置 remotes
 $ cd wookteam
 $ git remote add origin git@github.com:kuaifan/wookteam.git
-```
-
-#### 拷贝`.env`
 
-```bash
+// 拷贝 .env
 $ cp .env.example .env
 ```
 
 #### 修改`.env`
 
-修改数据库信息、websocket
+> 数据库信息、WebSocket
 
 ```env
 DB_CONNECTION=mysql
@@ -59,7 +53,7 @@ $ npm install
 $ npm run production
 ```
 
-#### 运行 Laravels (websocket)
+#### 运行 Laravels (WebSocket)
 
 ```bash
 $ php bin/laravels start