mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Update contributing guide
This commit is contained in:
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
@@ -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}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user