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 ```