Indicate that a shallow clone should be used

See #701
This commit is contained in:
Pieter Vander Vennet 2022-05-01 18:46:05 +02:00 committed by GitHub
parent 84e0b1c917
commit 96b077a1bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 <repo>`)
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 <node-version>`