Update README.md (#1461)

Update README.md
このコミットが含まれているのは:
Stefan Haan 2020-11-08 14:05:11 +01:00 committed by GitHub
コミット aeed7deb2d
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更2行の追加4行の削除

ファイルの表示

@ -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: