From 9b6c6883d371697399e9e2e5cf3d22907804b734 Mon Sep 17 00:00:00 2001 From: Phil Clifford Date: Sun, 28 Jul 2024 01:34:33 +0100 Subject: [PATCH] Re-link repology URL to project and get some mini-badges back to show packaging status --- 01-Installation.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/01-Installation.md b/01-Installation.md index d11b7f4..9430304 100644 --- a/01-Installation.md +++ b/01-Installation.md @@ -1,9 +1,9 @@ Quickemu is available in the repositories of the following distros -(packaging status by [Repology.org](https://repology.org/)): +(packaging status by [Repology.org](https://repology.org/project/quickemu/versions)): ## Arch Linux -Quickemu is available from the AUR (Arch user repository), and can be installed via any AUR helper. Assuming your AUR helper is yay, Run the +Quickemu version [![](https://repology.org/badge/version-for-repo/aur/quickemu.svg?header=)](https://repology.org/project/quickemu/versions) is available from the AUR (Arch user repository), and can be installed via any AUR helper. Assuming your AUR helper is yay, Run the the following command: ``` shell @@ -11,6 +11,8 @@ yay -Sy quickemu ``` ## Debian (and derivatives) + +[![Debian Unstable package](https://repology.org/badge/version-for-repo/debian_unstable/quickemu.svg)](https://repology.org/project/quickemu/versions) A [.deb package is available for Debian and derivatives on this project's GitHub releases page](https://github.com/quickemu-project/quickemu/releases). Download the .deb and install it with `apt-get`. @@ -49,6 +51,7 @@ systemPackages = with pkgs; [ quickemu ]; ``` +[![nixpkgs unstable package](https://repology.org/badge/version-for-repo/nix_unstable/quickemu.svg)](https://repology.org/project/quickemu/versions) [![nixpkgs stable 24.05 package](https://repology.org/badge/version-for-repo/nix_stable_24_05/quickemu.svg)](https://repology.org/project/quickemu/versions) [![nixpkgs stable 23.11 package](https://repology.org/badge/version-for-repo/nix_stable_23_11/quickemu.svg)](https://repology.org/project/quickemu/versions) ### Nix Shell