mirror of
https://github.com/AquaMorph/Droplets.git
synced 2025-04-30 01:35:34 +00:00
Recursive cloning in documentation
This commit is contained in:
parent
feee29ac7d
commit
e6e598cfea
@ -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
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user