Merge pull request #29 from chungth/master

use git submodule instead of git clone when install
This commit is contained in:
Mahmoud Zalt 2016-04-18 14:10:16 +03:00
commit 4f9271d565
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ The Images links on [Docker Hub](https://hub.docker.com/u/laradock/)
1 - Clone the `LaraDock` repository, in any of your `Laravel` projects *(using this command)*:
```bash
git clone https://github.com/LaraDock/laradock.git docker
git submodule add https://github.com/LaraDock/laradock.git docker
```
>This should create a `docker` folder, on the root directory of your Laravel project.