aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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 98de78fec..711fd2d7f 100644
--- a/support/doc/dependencies.md
+++ b/support/doc/dependencies.md
@@ -360,7 +360,7 @@ sudo dnf install nginx postgresql postgresql-server postgresql-contrib openssl g
3606. You'll need a symlink for python3 to python for youtube-dl to work 3606. You'll need a symlink for python3 to python for youtube-dl to work
361 361
362``` 362```
363sudo ln -s /usr/bin/python3 /usr/bin/python 363sudo alternatives --set python3 /usr/bin/python
364``` 364```
365 365
3667. Initialize the PostgreSQL database: 3667. Initialize the PostgreSQL database: