7
0
Fork 1
forked from Skynet/deploy_user

doc: also pull in the submodules

This commit is contained in:
silver 2025-02-13 15:37:44 +00:00
parent 4f3cc82296
commit 04edb53fef
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -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.