From ab6ac8e4d414761c203dc6e282296838e644fdb7 Mon Sep 17 00:00:00 2001 From: David Armstrong <16984998+B-Interactive@users.noreply.github.com> Date: Tue, 11 Mar 2025 14:59:59 +1100 Subject: [PATCH] Update README.md Added Arch Linux make and install instructions. Dependencies are automatically installed in this process. --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index a0526860d..430f4abd1 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,20 @@ To install hashlink binaries on your system you can then call: `make install` +**On Arch Linux:** + +Make and install it using the [Arch User Repository](https://aur.archlinux.org/packages/hashlink) (AUR): + +``` +git clone https://aur.archlinux.org/hashlink.git +cd hashlink +makepkg -sri +``` + +Or using an AUR helper such as [yay](https://aur.archlinux.org/packages/yay-bin): + +`yay -S hashlink` + ## Building on Windows Open `hl.sln` using Visual Studio C++ and compile.