1
0
Fork 0

chore(markdown): Ported getting started linux docs to v3

This commit is contained in:
Joost De Cock 2022-10-12 22:01:24 +02:00
parent 2b69d879dd
commit a42185261d
2 changed files with 50 additions and 23 deletions

View file

@ -17,19 +17,7 @@ the node.js website, or from a package provided by your linux distribution:
To setup nvm, [follow the install instructions in the nvm
README](https://github.com/nvm-sh/nvm#installing-and-updating).
The TL;DR: is to run the following command in a terminal:
```bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
```
If you don't have `curl` on your system, here's an alternative approach using `wget`:
```bash
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
```
After the script is completed, try running the following command:
After installation is completed, try running the following command:
```bash
nvm