diff options
Diffstat (limited to '.github/CONTRIBUTING.md')
-rw-r--r-- | .github/CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
190 | Then, we can create the databases (if they don't already exist): | 190 | Then, we can create the databases (if they don't already exist): |
191 | 191 | ||
192 | ``` | 192 | ``` |
193 | $ sudo -u postgres createuser you_username --createdb | 193 | $ sudo -u postgres createuser you_username --createdb --superuser |
194 | $ createdb -O peertube peertube_test{1,2,3} | 194 | $ createdb -O peertube peertube_test{1,2,3} |
195 | ``` | 195 | ``` |
196 | 196 | ||