From e817708be6136a6c005538602bc8f9e034bb3bc7 Mon Sep 17 00:00:00 2001 From: Manuel Fuchs Date: Fri, 20 Dec 2024 12:54:43 +0100 Subject: [PATCH] Clean up CONTRIBUTING.md --- CONTRIBUTING.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2b5b25a..d331804 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -58,12 +58,6 @@ 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