Update Node.js installation script on readmefile and increment version number to 3.0.31

This commit is contained in:
2024-04-19 14:47:49 +00:00
parent 0f51996adc
commit 42b7bd30e7
2 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@ Open the file in a text editor and write your script. Here's an example that ins
```bash
#!/bin/bash
# Installing Node.js with NVM
curl -O https://raw.githubusercontent.com/creationix/nvm/master/install.sh
sudo curl -O https://raw.githubusercontent.com/creationix/nvm/master/install.sh
bash install.sh
source ~/.nvm/nvm.sh
nvm install --lts