]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/doc/dependencies.md
cd /var/www/peertube in prod guide
[github/Chocobozzz/PeerTube.git] / support / doc / dependencies.md
index 9666d72af6a443ed3c41c7cfef9167506396e688..939772a9d6d221c27a9dcefb3447cc0c20bd3063 100644 (file)
@@ -307,7 +307,7 @@ brew services run redis
 ```
 
 On macOS, the `postgresql` user can be `_postgres` instead of `postgres`.
-If `sudo -u postgres createuser -P peertube` gives you an error, you can try `sudo -u _postgres createuser -U peertube`.
+If `sudo -u postgres createuser -P peertube` gives you an `unknown user: postgres` error, you can try `sudo -u _postgres createuser -U peertube`.
 
 ## Gentoo