From 5e70fdab15409bb577be644d6ae3323df40c4142 Mon Sep 17 00:00:00 2001 From: Cleboost Date: Wed, 12 Aug 2026 14:48:08 +0200 Subject: [PATCH 1/3] docs: document Arch Linux AUR installation --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 60d6fc8..972615a 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,16 @@ three flavors, pick what fits your distro: - **.deb** (Debian / Ubuntu / Mint / Pop!_OS): `sudo dpkg -i marka.md_*_amd64.deb` - **.rpm** (Fedora / RHEL / Rocky / openSUSE): `sudo dnf install marka.md-*.x86_64.rpm` +### arch linux (aur) + +on arch linux and arch-based distros, marka.md is available on the [arch user repository](https://aur.archlinux.org/packages/markamd-appimage) as `markamd-appimage` for `x86_64`. the package is community-maintained in [`missing-aur`](https://github.com/Cleboost/missing-aur) and kept up to date with upstream releases. + +```sh +yay -S markamd-appimage +# or +paru -S markamd-appimage +``` + ### from source requires bun, rust, and platform build tools. on Linux, install `libwebkit2gtk-4.1-dev libsoup-3.0-dev` and related Tauri deps. From 484ae618d8cf6cbc642e178e56f0b1bf494691e5 Mon Sep 17 00:00:00 2001 From: Cleboost Date: Wed, 12 Aug 2026 14:49:31 +0200 Subject: [PATCH 2/3] docs: align Arch Linux AUR install with README style --- README.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 972615a..8b8692c 100644 --- a/README.md +++ b/README.md @@ -53,21 +53,14 @@ grab `marka.md_*-setup.exe` → run. Windows SmartScreen may ask for confirmatio ### Linux (x86_64) -three flavors, pick what fits your distro: +pick what fits your distro: - **AppImage** (works anywhere): `chmod +x marka.md_*.AppImage` → run. self-contained, no install step needed. - **.deb** (Debian / Ubuntu / Mint / Pop!_OS): `sudo dpkg -i marka.md_*_amd64.deb` - **.rpm** (Fedora / RHEL / Rocky / openSUSE): `sudo dnf install marka.md-*.x86_64.rpm` +- **AUR** (Arch and derivatives): `yay -S markamd-appimage` or `paru -S markamd-appimage` -### arch linux (aur) - -on arch linux and arch-based distros, marka.md is available on the [arch user repository](https://aur.archlinux.org/packages/markamd-appimage) as `markamd-appimage` for `x86_64`. the package is community-maintained in [`missing-aur`](https://github.com/Cleboost/missing-aur) and kept up to date with upstream releases. - -```sh -yay -S markamd-appimage -# or -paru -S markamd-appimage -``` +the community [`markamd-appimage`](https://aur.archlinux.org/packages/markamd-appimage) package is maintained in [`missing-aur`](https://github.com/Cleboost/missing-aur) and updated from upstream releases. ### from source From f62952ba745126c53bbfb700760a4d614594322a Mon Sep 17 00:00:00 2001 From: Cleboost Date: Wed, 12 Aug 2026 14:50:30 +0200 Subject: [PATCH 3/3] docs: drop missing-aur mention from AUR install note --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 8b8692c..08f4e69 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,6 @@ pick what fits your distro: - **.rpm** (Fedora / RHEL / Rocky / openSUSE): `sudo dnf install marka.md-*.x86_64.rpm` - **AUR** (Arch and derivatives): `yay -S markamd-appimage` or `paru -S markamd-appimage` -the community [`markamd-appimage`](https://aur.archlinux.org/packages/markamd-appimage) package is maintained in [`missing-aur`](https://github.com/Cleboost/missing-aur) and updated from upstream releases. - ### from source requires bun, rust, and platform build tools. on Linux, install `libwebkit2gtk-4.1-dev libsoup-3.0-dev` and related Tauri deps.