diff options
author | Chocobozzz <me@florianbigard.com> | 2021-08-27 11:18:06 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-08-27 11:18:06 +0200 |
commit | 2a21507a38edc5f8001a32bc40832f3d87c126dc (patch) | |
tree | 883318793608fcf2fb676e3d9cc7035e31d46e9e /support | |
parent | 8f581725651c4b2c213d75fc028e306bbf239d3e (diff) | |
download | PeerTube-2a21507a38edc5f8001a32bc40832f3d87c126dc.tar.gz PeerTube-2a21507a38edc5f8001a32bc40832f3d87c126dc.tar.zst PeerTube-2a21507a38edc5f8001a32bc40832f3d87c126dc.zip |
Update changelog
Diffstat (limited to 'support')
-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 | ``` |