From 44bb963654ebd6b796750bb9c1ef984ad3458c02 Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Tue, 2 Aug 2022 12:09:16 +0200 Subject: [PATCH] git: Add packaging information (#630) Add a section about the availability in third party repositories. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index da2b8b000..6add13344 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,12 @@ Nightlies are available via GitHub Actions [here](https://github.com/WerWolv/ImH - [Fedora Rawhide RPM](https://nightly.link/WerWolv/ImHex/workflows/build/master/Fedora%20Rawhide%20RPM.zip) - [Fedora Stable RPM](https://nightly.link/WerWolv/ImHex/workflows/build/master/Fedora%20Latest%20RPM.zip) +## Third party repositories + +ImHex is available in various third party repositories. + +[![Packaging status](https://repology.org/badge/vertical-allrepos/imhex.svg)](https://repology.org/project/imhex/versions) + ## Compiling To compile ImHex, a C++20 compiler is required. Releases are all mainly built using GCC, however on macOS, clang is also required to compile some ObjC code.