diff --git a/README.md b/README.md index 2b122fd..dd33b82 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,14 @@ # How to run/install it? ### Recommended: Check releases tab for precompiled packages for Linux, Windows and ~~Mac OS~~ (Mac OS is broken see [#48](https://github.com/ArmCord/ArmCord/issues/48)). + +### AUR Package +Armcord is also available on the Arch User Repository (AUR) [here](https://aur.archlinux.org/packages/armcord-bin/). + +Install it via an AUR helper tool like `yay`. + +**Example:** `yay -S armcord-bin` + ### Manual: Alternatively you can run ArmCord from source (npm, nodejs required): 1. Clone ArmCord repo: `git clone https://github.com/ArmCord/ArmCord.git`