[ACS-5386] update docs (#3263)

This commit is contained in:
Denys Vuika
2023-06-09 08:25:43 +01:00
committed by GitHub
parent 99d8f84a4b
commit 699499780f
4 changed files with 37 additions and 29 deletions

View File

@@ -6,13 +6,14 @@ Title: Node Version Manager
Nvm is a version manager for Node.js. You can use it to install and switch to correct Node.js version.
## Installation
## Installation
To install nvm you can run following:
```sh
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash
```
for other installation options and troubleshooting instructions please follow [nvm installation docs](https://github.com/nvm-sh/nvm#install--update-script).
## Usage