Skip to content

Commit

Permalink
docs: install node@lts
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ ONeal authored Jun 27, 2022
1 parent 054b7ab commit 2a31647
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ You must have [node.js](https://webinstall.dev/node) installed:
### Mac & Linux

```bash
curl https://webinstall.dev/node | bash
curl https://webinstall.dev/node@lts | bash
export PATH="${HOME}/.local/opt/node:$PATH"
```

### Windows

```pwsh
curl.exe -A MS https://webinstall.dev/node | powershell
curl.exe -A MS https://webinstall.dev/node@lts | powershell
PATH %USERPROFILE%\.local\opt\node;%PATH%
```

Expand Down

0 comments on commit 2a31647

Please sign in to comment.