From 7bc33950e6bcf2fb13ef0dc8f32e0a5a17aa10ff Mon Sep 17 00:00:00 2001 From: George Cai Date: Fri, 12 Apr 2024 06:11:58 +0800 Subject: [PATCH] docs(README): add support for archlinux (#27) --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index a298b4c..6536289 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,17 @@ Navigate to the [release page](https://github.com/tk04/Marker/releases) and sele $ brew install --cask tk04/tap/marker ``` +#### [AUR](https://aur.archlinux.org/packages/marker-md) for Arch Linux +##### Using `paru` +```bash +$ paru -S marker-md +``` + +##### Using `yay` +```bash +$ yay -S marker-md +``` + ## Building Locally To build Marker locally, clone this repo and run the following commands (make sure to have Rust already installed on your system):