Skip to content

Commit

Permalink
Document how to update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Dec 11, 2024
1 parent f8a8451 commit 15a1829
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ This project uses submodules, to clone all code run:
$ git clone --recursive https://github.com/heroku/buildpacks-jvm
```

When working on a branch you may need to run:

```
$ git submodule update --init --remote --recursive
``
### Building
1. Run `cargo check` to download dependencies and ensure there are no
Expand Down

0 comments on commit 15a1829

Please sign in to comment.