Merge pull request #39 from RobinMao/master

浅拷贝,优化克隆速度
This commit is contained in:
pader
2019-06-27 11:08:24 +08:00
committed by GitHub
+1 -1
View File
@@ -19,7 +19,7 @@ Run the following command
* Clone project
```powershell
git clone https://github.com/nacos-group/nacos-docker.git
git clone --depth 1 https://github.com/nacos-group/nacos-docker.git
cd nacos-docker
```