diff --git a/README.md b/README.md index 24829fd..18b624d 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@
  • Homebrew (macOS)
  • Ubuntu / Debian
  • AppImage (Linux)
  • +
  • Arch Linux (AUR)
  • From Source
  • @@ -103,6 +104,16 @@ chmod +x Marky_0.1.2_amd64.AppImage ./Marky_0.1.2_amd64.AppImage ``` +### Arch Linux (AUR) + +On Arch Linux and Arch-based distributions, Marky is available on the [Arch User Repository](https://aur.archlinux.org/packages/marky-appimage) as `marky-appimage` for `x86_64` and `aarch64`. + +```bash +yay -S marky-appimage +# or +paru -S marky-appimage +``` + ### From Source Requires [Rust](https://rustup.rs/), [Node.js](https://nodejs.org/), and [pnpm](https://pnpm.io/).