From d56713927939494b194e9b04092eb7c22d2e480e Mon Sep 17 00:00:00 2001 From: Arnau478 Date: Fri, 16 Aug 2024 00:13:28 +0200 Subject: [PATCH] Added repology.org badge --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2570645..e188b3d 100644 --- a/README.md +++ b/README.md @@ -102,8 +102,9 @@ Hevi has a precedence for configuration and it is: It is written in [zig](https://github.com/ziglang/zig), in an attempt to simplify hex viewers. ## Installation -### AUR -If you're using Arch Linux, you can install it from the AUR (`hevi`). +### Some Linux package managers +If your package manager is in the following list (and preferably in green), you can simply install it from there: +[![Packaging status](https://repology.org/badge/vertical-allrepos/hevi.svg)](https://repology.org/project/hevi/versions) ### Other platforms You can download a binary from the [releases](https://github.com/Arnau478/hevi/releases/) page. You can also clone the repository and compile it with `zig build` (using a `zig` master build).