From ee04df9779da1d829e1f6a86378957c7a66585d9 Mon Sep 17 00:00:00 2001 From: Paolo Asperti Date: Thu, 21 Jul 2022 12:41:11 +0200 Subject: [PATCH] added .deb section in readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index c55b779..7dbad2d 100644 --- a/README.md +++ b/README.md @@ -276,3 +276,14 @@ secrets: key_priv: file: secrets/id_ed25519 ``` + +## .deb packages + +.deb packages are available for each binary, you can find them in the [releases](https://github.com/rustdesk/rustdesk-server/releases). +These packages are meant for the following distributions: + +- Ubuntu 22.04 LTS +- Ubuntu 20.04 LTS +- Ubuntu 18.04 LTS + +Debian is currently not supported.