Skip to content

Commit

Permalink
docs: Update to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
cicoub13 committed Mar 13, 2024
1 parent 23bafeb commit ba1efa3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/dev/2_windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y
sudo apt install sqlite3 make g++ git coreutils tzdata nmap openssl gzip udev -y
```

- Node.js 18 Installation:
- Node.js 20 Installation:

```bash
curl -sLO https://deb.nodesource.com/nsolid_setup_deb.sh
sudo bash nsolid_setup_deb.sh 18
sudo bash nsolid_setup_deb.sh 20
sudo apt install nodejs -y
```
Alternatively you can use [nvm](https://github.com/nvm-sh/nvm) to install and manage nodejs version.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ Le backend est une serveur Node.js.

Comme prérequis système, il vous faut :

- Node.js 18 LTS ([Télécharger](https://nodejs.org/en/download/)) sur MacOs.
- Node.js 20 LTS ([Télécharger](https://nodejs.org/en/download/)) sur MacOs.
Sur Ubuntu/Debian :
```bash
curl -sLO https://deb.nodesource.com/nsolid_setup_deb.sh
sudo bash nsolid_setup_deb.sh 18
sudo bash nsolid_setup_deb.sh 20
sudo apt install nodejs -y
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y
sudo apt install sqlite3 make g++ git coreutils tzdata nmap openssl gzip udev -y
```

- Installation de Node.js 18:
- Installation de Node.js 20:

```bash
curl -sLO https://deb.nodesource.com/nsolid_setup_deb.sh
sudo bash nsolid_setup_deb.sh 18
sudo bash nsolid_setup_deb.sh 20
sudo apt install nodejs -y
```

Expand Down

0 comments on commit ba1efa3

Please sign in to comment.