X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=support%2Fdoc%2Fdependencies.md;h=f1df49577c966753d6294dd4020d72826227520a;hb=05287a2e362416e3ad9b9aa0b58df36a2da62080;hp=9666d72af6a443ed3c41c7cfef9167506396e688;hpb=dc48fdbe68e9dd3a3a6028181e61d8595d98e654;p=github%2FChocobozzz%2FPeerTube.git diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md index 9666d72af..f1df49577 100644 --- a/support/doc/dependencies.md +++ b/support/doc/dependencies.md @@ -1,6 +1,6 @@ # Dependencies -Follow the below guides, and check their versions match [required external dependencies versions](https://github.com/Chocobozzz/PeerTube/blob/master/package.json#7). You can check them automatically via `sudo npx engineslist`. +Follow the below guides, and check their versions match [required external dependencies versions](https://github.com/Chocobozzz/PeerTube/blob/master/engines.yaml). You can check them automatically via `sudo npx engineslist`. _note_: only **LTS** versions of external dependencies are supported. If no LTS version matching the version constraint is available, only **release** versions are supported. @@ -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