diff options
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/dependencies.md | 2 |
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 | |||
159 | sudo dnf update -y | 159 | sudo dnf update -y |
160 | ``` | 160 | ``` |
161 | 161 | ||
162 | 2. Install NodeJS 12.x (why 12 and not 14? Not sure...): | 162 | 2. Install NodeJS 12.x (or 14): |
163 | ``` | 163 | ``` |
164 | sudo dnf module install -y nodejs:12 | 164 | sudo dnf module install -y nodejs:12 |
165 | ``` | 165 | ``` |