diff --git a/README.md b/README.md
index 74a8c72..72b8790 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,10 @@ Using the nix package manager run `nix-env -i agate`
_Note:_ agate is currently only in the unstable channel and will reach a release channel once the next release is tagged
+### Arch Linux
+
+Install the package [`agate-bin`](https://aur.archlinux.org/packages/agate-bin/)AUR for pre-compiled binary. Otherwise install the [`agate`](https://aur.archlinux.org/packages/agate/)AUR package to get agate compiled from source.
+
### Cargo
If you have the Rust toolchain installed, run `cargo install agate` to install agate from crates.io.