diff options
author | Chocobozzz <me@florianbigard.com> | 2023-02-09 12:16:21 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-02-09 12:16:42 +0100 |
commit | 2fcd3cbf02f62bce2e2127dacde433346e3c6f2d (patch) | |
tree | 20f6f63cbe89a545fc4e9426346f3687416c495a /.github | |
parent | b4e556144d610cf96817dfc007933145d526966b (diff) | |
download | PeerTube-2fcd3cbf02f62bce2e2127dacde433346e3c6f2d.tar.gz PeerTube-2fcd3cbf02f62bce2e2127dacde433346e3c6f2d.tar.zst PeerTube-2fcd3cbf02f62bce2e2127dacde433346e3c6f2d.zip |
Update contributing guide
Diffstat (limited to '.github')
-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 | ||