From c9b369096d1c461045c1d81390aa1883542e44df Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Mon, 1 Feb 2021 17:47:02 +0100 Subject: [PATCH] exclude support for non-release external dependencies --- support/doc/dependencies.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md index 61f8b7f36..350a7c4a0 100644 --- a/support/doc/dependencies.md +++ b/support/doc/dependencies.md @@ -2,6 +2,8 @@ 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`. +_note_: only **LTS** versions of external dependencies are supported. If no LTS version matching the version constraint is available, only **release** versions are supported. +