summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorStefan Haan <stefanhaan08@gmail.com>2020-11-08 14:05:11 +0100
committerGitHub <noreply@github.com>2020-11-08 13:05:11 +0000
commitaeed7deb2d631b81062806d1a5453bbdc994c5ec (patch)
treecfd6c416f2f49df2fa2db0c90c9d12bdae5fd7ea /README.md
parentcda322e311337539f864138983d7d1fead6be89b (diff)
downloadinvidious-aeed7deb2d631b81062806d1a5453bbdc994c5ec.tar.gz
invidious-aeed7deb2d631b81062806d1a5453bbdc994c5ec.tar.bz2
invidious-aeed7deb2d631b81062806d1a5453bbdc994c5ec.zip
Update README.md (#1461)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index 80b57f7b..35818536 100644
--- a/README.md
+++ b/README.md
@@ -105,8 +105,7 @@ $ exit
#### Set up PostgresSQL
```bash
-$ sudo systemctl enable postgresql
-$ sudo systemctl start postgresql
+$ sudo systemctl enable --now postgresql
$ sudo -i -u postgres
$ psql -c "CREATE USER kemal WITH PASSWORD 'kemal';" # Change 'kemal' here to a stronger password, and update `password` in config/config.yml
$ createdb -O kemal invidious
@@ -138,8 +137,7 @@ $ exit
```bash
$ sudo cp /home/invidious/invidious/invidious.service /etc/systemd/system/invidious.service
-$ sudo systemctl enable invidious.service
-$ sudo systemctl start invidious.service
+$ sudo systemctl enable --now invidious.service
```
#### Logrotate: