From f8a8451918d4b75b427a0c78940b49127d037cb4 Mon Sep 17 00:00:00 2001 From: Schneems Date: Wed, 11 Dec 2024 15:34:46 -0600 Subject: [PATCH] Document submodule clone command --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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