forked from MapComplete/MapComplete
parent
84e0b1c917
commit
96b077a1bf
1 changed files with 1 additions and 1 deletions
|
@ -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>`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue