aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
Diffstat (limited to 'support')
-rw-r--r--support/doc/dependencies.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md
index bb60ba6f4..0d9ab89d7 100644
--- a/support/doc/dependencies.md
+++ b/support/doc/dependencies.md
@@ -159,7 +159,7 @@ sudo systemctl enable --now postgresql
159sudo dnf update -y 159sudo dnf update -y
160``` 160```
161 161
1622. Install NodeJS 12.x (why 12 and not 14? Not sure...): 1622. Install NodeJS 12.x (or 14):
163``` 163```
164sudo dnf module install -y nodejs:12 164sudo dnf module install -y nodejs:12
165``` 165```