From b680aa107df4e838e9f5c0aad661a19b164032c3 Mon Sep 17 00:00:00 2001 From: smartfrigde <37928912+smartfrigde@users.noreply.github.com> Date: Sat, 31 Dec 2022 16:50:43 +0100 Subject: [PATCH] [skip ci] add snap dev builds to readme --- README.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a1c02fb..248fb04 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,17 @@ echo "deb [arch=$(dpkg --print-architecture)] https://eu.armcord.xyz/apt-repo st sudo apt update sudo apt install armcord ``` +### Snap package +ArmCord is also available on the Snap store [here](https://snapcraft.io/armcord). + +Get it from the Snap Store + + +Similar to `armcord-git` on AUR, you can install the latest dev builds through snaps by running this command: +```shell +sudo snap install armcord --channel=latest/edge +``` +Snapd will automatically update the app including developer builds. ### Winget Package ArmCord is also available on the [winget-pkgs](https://github.com/microsoft/winget-pkgs) repository: ``` @@ -68,11 +79,6 @@ ArmCord is also available on the Arch User Repository (AUR): Install it via an AUR helper tool like `yay`. **Example:** `yay -S armcord-bin` -### Snap package -ArmCord is also available on the Snap store [here](https://snapcraft.io/armcord). - - Get it from the Snap Store - ### FreeBSD You can also get ArmCord running on FreeBSD by following [this instructions](https://gist.github.com/aaxyi/4d29c982ac85d5d26f98a51040b5de37). ### Pi-Apps