Selaa lähdekoodia

Update contributing guide

Chocobozzz 1 vuosi sitten
vanhempi
commit
2fcd3cbf02
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      .github/CONTRIBUTING.md

+ 1 - 1
.github/CONTRIBUTING.md

@@ -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}
 ```