X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=.github%2FCONTRIBUTING.md;h=d057cd3f345ab9ffd0bbfa318522a39851d45b34;hb=ed56ad1193bb5bb0a81fb843a11eb90d3fed9861;hp=3c8e6413c722fd3aa9b2252f38a51137d248d2a6;hpb=0db1a226507a39b0a663e3e63f04851836a44d5a;p=oweals%2Fpeertube.git diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 3c8e6413c..d057cd3f3 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -136,8 +136,8 @@ 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 -$ createdb -O peertube peertube_test{1,2,3} +$ sudo -u postgres createuser you_username --createdb --superuser +$ createdb -O peertube peertube_test{1,2,3,4,5,6} ``` Build the application and run the unit/integration tests: