Merge branch 'develop' into post-partner

This commit is contained in:
Robin van der Linde 2022-05-01 19:08:45 +02:00
commit 817bb14101
No known key found for this signature in database
GPG key ID: 4B0074A1A79F6BED

View file

@ -26,7 +26,7 @@ Devcontainer (see more details later).
To develop and build MapComplete, you 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) 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 - 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>` then install node with `n install <node-version>`