This commit is contained in:
Book Pauk
2022-09-01 21:13:31 +07:00
parent d1880acaf9
commit fd21cd77dd

View File

@@ -10,7 +10,7 @@ git clone https://github.com/bookpauk/liberama
### node.js
```
sudo apt install -y curl
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt install -y nodejs
```