Recursive cloning in documentation

This commit is contained in:
Christian Colglazier 2020-07-12 11:22:06 -04:00
parent feee29ac7d
commit e6e598cfea

View File

@ -5,7 +5,7 @@ A starting point for creating Daisy Patch Projects.
## Setup & Deploy ## Setup & Deploy
1. Create git repository 1. Create git repository
```sh ```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 remote set-url origin [New git url]
git push git push
``` ```