From 96b077a1bf2f4623093796e1aae72e618000a51b Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sun, 1 May 2022 18:46:05 +0200 Subject: [PATCH] Indicate that a shallow clone should be used See #701 --- Docs/Development_deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/Development_deployment.md b/Docs/Development_deployment.md index 9a083b3a0..ab29c60d3 100644 --- a/Docs/Development_deployment.md +++ b/Docs/Development_deployment.md @@ -26,7 +26,7 @@ Devcontainer (see more details later). To develop and build MapComplete, you -0. Make a fork and clone the repository. +0. Make a fork and clone the repository. (We recommend a shallow clone with `git clone --filter=blob:none `) 0. Install the nodejs version specified in [.tool-versions](./.tool-versions) - On linux: install npm first `sudo apt install npm`, then install `n` using npm: ` npm install -g n`, which can then install node with `n install `