From c447eb86e425c2e2a2d22aed6a36789e21653ec2 Mon Sep 17 00:00:00 2001 From: Chung Tran Date: Mon, 18 Apr 2016 19:44:28 +0900 Subject: [PATCH] use git submodule instead of git clone --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73b3531f..6ed0aee4 100644 --- a/README.md +++ b/README.md @@ -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.