Skip to content

Commit

Permalink
docs: add submodules cloning suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
doinkythederp authored Dec 9, 2024
1 parent 2efe12b commit daa14a0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ This project also depends on `cargo-v5`, which you can install by running this c
cargo install cargo-v5
```

Clone the repository with the `--recurse-submodules` flag to ensure you have its submodules as well:

```shell
git clone https://github.com/vexide/hydrozoa.git --recurse-submodules
```

Then, run this command to build the project:

```shell
Expand Down

0 comments on commit daa14a0

Please sign in to comment.