From d5823f891a23747b8476f4bc57a8bbe463d3497f Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Thu, 15 Feb 2024 12:02:42 +0100 Subject: [PATCH 1/2] AL install steps --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e04bf98..a947d35 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ ![example of hexxy in action](assets/img.png) ## Quick install + requirements: Go 1.20+ (it may build with earlier versions as well but I have not tested them) and git ```sh @@ -13,6 +14,12 @@ git clone https://github.com/sweetbbak/hexxy && cd hexxy go build ``` +On ArchLinux ([hexxy-git](https://aur.archlinux.org/packages/hexxy-git)), e.g.: + +``` +pikaur -S hexo-git +``` + ## Example usage ```sh From f886ef098678a9049ee58eef0a3bfcf9d34ac32b Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Thu, 15 Feb 2024 12:03:27 +0100 Subject: [PATCH 2/2] fix name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a947d35..ef6e3b0 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ go build On ArchLinux ([hexxy-git](https://aur.archlinux.org/packages/hexxy-git)), e.g.: ``` -pikaur -S hexo-git +pikaur -S hexxy-git ``` ## Example usage