From e4a9c9cbe2f6ecb26e3ab7de85ca927e6afc871b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Wed, 4 Sep 2024 13:26:03 +0300 Subject: [PATCH] Add installation instructions for Arch Linux --- docs/README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 121e9b5..8e3728e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -31,6 +31,8 @@ cargo install hex-patch ### Using your package manager +#### NetBSD + On NetBSD, a package is available from the [official repositories](https://pkgsrc.se/devel/hexpatch/). To install it, simply run: @@ -38,7 +40,17 @@ To install it, simply run: pkgin install hexpatch ``` -or, if you prefer to build from source: +#### Arch Linux + +On Arch Linux, a package is available from the [official repositories](https://archlinux.org/packages/extra/x86_64/hexpatch/): + +```bash +pacman -S hexpatch +``` + +#### Build from source + +If you prefer to build from source: ```bash cd /usr/pkgsrc/devel/hexpatch