Skip to content

Commit

Permalink
Document submodule clone command
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Dec 11, 2024
1 parent 3ccb47f commit f8a8451
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ This buildpack relies on [heroku/libcnb.rs][libcnb] to compile buildpacks. All
[libcnb.rs dependencies][libcnb-deps] will need to be setup prior to building
or testing this buildpack.

### Clone

This project uses submodules, to clone all code run:

```
$ git clone --recursive https://github.com/heroku/buildpacks-jvm
```

### Building

1. Run `cargo check` to download dependencies and ensure there are no
Expand Down

0 comments on commit f8a8451

Please sign in to comment.