From 5bb5285835dc4c439172ab1a48ae423c6ea00c07 Mon Sep 17 00:00:00 2001 From: Marco Rubin <20150305+Rubo3@users.noreply.github.com> Date: Fri, 22 Mar 2024 11:37:45 +0000 Subject: [PATCH] Added AUR link on the readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ace59b1..1fbb220 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,10 @@ cargo install mlc To download a compiled binary version of *mlc* go to [github releases](https://github.com/becheran/mlc/releases) and download the binaries compiled for `x86_64-unknown-linux-gnu` and `x86_64-apple-darwin`. +### Linux distributions + +It is available on the Arch User Repository as [`markuplinkchecker`](https://aur.archlinux.org/packages/markuplinkchecker). + ## CI Pipeline Integration ### GitHub Actions