From e6e598cfea5384fd887a5ead23420d8ce87e57ad Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Sun, 12 Jul 2020 11:22:06 -0400 Subject: [PATCH] Recursive cloning in documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca9d862..be8bab1 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A starting point for creating Daisy Patch Projects. ## Setup & Deploy 1. Create git repository ```sh -git clone git@github.com:AquaMorph/DaisyPatchTemplate.git [Project directory name] +git clone --recurse-submodules git@github.com:AquaMorph/DaisyPatchTemplate.git [Project directory name] git remote set-url origin [New git url] git push ```