chore(markdown): Ported getting started linux docs to v3
This commit is contained in:
parent
2b69d879dd
commit
a42185261d
2 changed files with 50 additions and 23 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue