Skip to content

Commit

Permalink
practically useless nvm bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdCopter committed Dec 10, 2024
1 parent f318c6e commit 64b0ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development/building/Building-in-Ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Make sure to remove `obj/` and `make clean`, before building again.
$ sudo apt update && sudo apt upgrade
$ sudo apt install libatomic1 npm
$ sudo npm install -g gulp-cli yarn
$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
$ source ~/.bashrc
$ nvm install 20 (for exact version please check link below)
```
Expand Down

0 comments on commit 64b0ac3

Please sign in to comment.