]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - .github/CONTRIBUTING.md
Translated using Weblate (Occitan)
[github/Chocobozzz/PeerTube.git] / .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}
 ```