forked from Skynet/deploy_user
doc: also pull in the submodules
This commit is contained in:
parent
4f3cc82296
commit
04edb53fef
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@ If you are using Nix or NixOS you can use ``nix develop`` to enable a local shel
|
|||
Run the following command to clone the repository:
|
||||
```sh
|
||||
git clone <repo>
|
||||
|
||||
# Update the submodules
|
||||
git submodule update --init --recursive
|
||||
```
|
||||
|
||||
Replace `<repo>` with the actual repository URL.
|
||||
|
|
Loading…
Add table
Reference in a new issue