]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Update contributing guide
authorChocobozzz <me@florianbigard.com>
Thu, 9 Feb 2023 11:16:21 +0000 (12:16 +0100)
committerChocobozzz <me@florianbigard.com>
Thu, 9 Feb 2023 11:16:42 +0000 (12:16 +0100)
.github/CONTRIBUTING.md

index 75557865e6fce920b3aac049e7af3abaa2acabb4..86b4ae704687d8a5d701b360a935c4d91446b126 100644 (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}
 ```