diff options
author | Philo van Kemenade <philovankemenade@gmail.com> | 2021-05-06 18:55:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-06 18:55:25 +0200 |
commit | ddc7d3ece5d60089bef617925f17923688ab4f4c (patch) | |
tree | 51a4c9e65eaf60688a3e38838e26162ab1075884 | |
parent | 4b18c7dc0af7b7737c171cf7af0ebc63f1e8ea56 (diff) | |
download | PeerTube-ddc7d3ece5d60089bef617925f17923688ab4f4c.tar.gz PeerTube-ddc7d3ece5d60089bef617925f17923688ab4f4c.tar.zst PeerTube-ddc7d3ece5d60089bef617925f17923688ab4f4c.zip |
add possible OSX/postgres message to dependencies documentation (#4051)
-rw-r--r-- | support/doc/dependencies.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md index 9666d72af..939772a9d 100644 --- a/support/doc/dependencies.md +++ b/support/doc/dependencies.md | |||
@@ -307,7 +307,7 @@ brew services run redis | |||
307 | ``` | 307 | ``` |
308 | 308 | ||
309 | On macOS, the `postgresql` user can be `_postgres` instead of `postgres`. | 309 | On macOS, the `postgresql` user can be `_postgres` instead of `postgres`. |
310 | If `sudo -u postgres createuser -P peertube` gives you an error, you can try `sudo -u _postgres createuser -U peertube`. | 310 | If `sudo -u postgres createuser -P peertube` gives you an `unknown user: postgres` error, you can try `sudo -u _postgres createuser -U peertube`. |
311 | 311 | ||
312 | ## Gentoo | 312 | ## Gentoo |
313 | 313 | ||