mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-5386] update docs (#3263)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user