X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=.github%2FCONTRIBUTING.md;h=86b4ae704687d8a5d701b360a935c4d91446b126;hb=847470dff61264be4bee50ed9736a0350a5fd94e;hp=75557865e6fce920b3aac049e7af3abaa2acabb4;hpb=d342d752b363d7bf0e4bb0682452081655943e02;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 75557865e..86b4ae704 100644 --- a/.github/CONTRIBUTING.md +++ b/.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} ```