From 2fcd3cbf02f62bce2e2127dacde433346e3c6f2d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 9 Feb 2023 12:16:21 +0100 Subject: [PATCH] Update contributing guide --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} ```