From 3bcfaff78636fbb8476f289a28612bd0b7da48d5 Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Sun, 14 Nov 2021 12:05:58 -0500 Subject: [PATCH] link to the AUR in the readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 51d8c89..cac4a36 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,11 @@ If you have the Rust toolchain installed: cargo install steamguard-cli ``` +Arch-based systems can install from the AUR: + +- For[steamguard-cli-git](https://aur.archlinux.org/packages/steamguard-cli-git/) +- *Non-git release is not officially provided. Please open an issue if you would like to help set that up.* + Otherwise, you can download binaries from the releases. ## Building From Source