From b5731bef87dea3e386d1fe0c28817aa1d34480b0 Mon Sep 17 00:00:00 2001 From: Leonardo Natale <36007380+LeonardoNatale@users.noreply.github.com> Date: Wed, 8 Nov 2023 15:35:48 +0100 Subject: [PATCH] Update CONTRIBUTING.md ### Issue `git submodule update` doesn't actually clone the submodule's content ### Solution Initialise the git submodule by running the `git submodule init` command --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 224507a..7a210bd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,6 +11,7 @@ git clone https://github.com/carbonfact/lea There are submodules in this repository, so you'll need to fetch/update them: ```sh +git submodule init git submodule update ```