Merge pull request #39 from RobinMao/master

浅拷贝,优化克隆速度
This commit is contained in:
pader 2019-06-27 11:08:24 +08:00 committed by GitHub
commit d5d3eaa153
1 changed files with 1 additions and 1 deletions

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