Commit 4f9271d5 authored by Mahmoud Zalt's avatar Mahmoud Zalt

Merge pull request #29 from chungth/master

use git submodule instead of git clone when install
parents 530ffe74 c447eb86
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment