Update contributing guide

pull/5596/head
Chocobozzz 2023-02-09 12:16:21 +01:00
parent b4e556144d
commit 2fcd3cbf02
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ Create a PostgreSQL user **with the same name as your username** in order to avo
Then, we can create the databases (if they don't already exist):
```
$ sudo -u postgres createuser you_username --createdb
$ sudo -u postgres createuser you_username --createdb --superuser
$ createdb -O peertube peertube_test{1,2,3}
```