From 2b663a8dc9c46adaddf096e7ebcb7d9da88cc2a3 Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Sat, 24 Aug 2024 17:51:16 +0100 Subject: [PATCH] Make community edition packages clearer in README --- README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6fed8ad68..04062822a 100644 --- a/README.md +++ b/README.md @@ -67,33 +67,37 @@ cmake --build build -j8 Synergy 1 Community Edition is packaged by the community (status shown below). Package maintainers can use `scripts/package.py` to build packages. -Synergy 2 is no longer in development and should not be provided by package managers. +Synergy 2 is no longer in development and we recommend that package maintainers do not provide it. -For the licensed builds of Synergy 1 and Synergy 3, please use the [official packages](https://symless.com/synergy/download). +Synergy 3 and Synergy 1 (licensed) are available to download from the [official packages](https://symless.com/synergy/download). -**Windows:** +**Community edition:** + +*Windows:* ``` choco install synergy ``` -**macOS:** +*macOS:* ``` brew install synergy ``` -**Debian, Ubuntu, etc:** +*Debian, Ubuntu, etc:* ``` sudo apt install synergy ``` -**Fedora, Red Hat, etc:** +*Fedora, Red Hat, etc:* ``` sudo dnf install synergy ``` -**Arch, Manjaro, etc:** +*Arch, Manjaro, etc:* ``` sudo pacman -Syu synergy ``` +*Repology:* + [![Repology](https://repology.org/badge/vertical-allrepos/synergy.svg?exclude_unsupported=1)](https://repology.org/project/synergy/versions)