From 3fa2e3fa3cc77417a52e6503e359cb0db721bb16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20J=C3=BCrgens?= Date: Fri, 29 Jul 2022 14:41:00 +0200 Subject: [PATCH] update installation instructions --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4e72888..08b199f 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,17 @@ the original client. ## Installation -If you are using Arch, you can build and install -[from the AUR](https://aur.archlinux.org/packages/discord-screenaudio). If you -aren't, you will have to [build it yourself](#building-from-source). +You have multiple options: + +- Install the Flatpak (recommended): + `flatpak install de.shorsh.discord-screenaudio` +- If you are on Arch, you can build and install + [`discord-screenaudio`](https://aur.archlinux.org/packages/discord-screenaudio) + from the AUR +- If you are on openSUSE, you can use the + [Open Build Service package](https://software.opensuse.org/download.html?project=home%3AVortexAcherontic&package=discord-screenaudio) + by [@VortexAcherontic](https://github.com/VortexAcherontic) +- You can [build it yourself](#building-from-source) ## Building from Source