From 216083669eee036dc9a22ea353c64842c88ab28f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Thu, 30 May 2024 12:58:43 +0300 Subject: [PATCH] docs: update instructions for Arch Linux --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cd2303..6b492c0 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,13 @@ To download a compiled binary version of *mlc* go to [github releases](https://g ### Linux distributions -It is available on the Arch User Repository as [`markuplinkchecker`](https://aur.archlinux.org/packages/markuplinkchecker). +#### Arch Linux + +You can install from the [official repositories](https://archlinux.org/packages/extra/x86_64/markuplinkchecker/) using [pacman](https://wiki.archlinux.org/title/pacman): + +```bash +pacman -S markuplinkchecker +``` ## CI Pipeline Integration