diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index be6a26df..d3318043 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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