summaryrefslogtreecommitdiffstats
path: root/glances/outputs/static/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'glances/outputs/static/README.md')
-rw-r--r--glances/outputs/static/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/glances/outputs/static/README.md b/glances/outputs/static/README.md
index 5e8e7838..ca2d9ab1 100644
--- a/glances/outputs/static/README.md
+++ b/glances/outputs/static/README.md
@@ -13,7 +13,7 @@ NodeJS should be installed/updated on your system.
Example on Ubuntu OS:
```bash
-sudo apt install nodejs
+sudo apt install nodejs npm
```
### Upgrade NodeJS
@@ -22,7 +22,7 @@ Example on Ubuntu OS:
```bash
sudo apt update
-sudo apt install nodejs
+sudo apt install nodejs npm
sudo npm install -g n
sudo n lts
hash -r