From 5ea56cac224ac30a6e3b3a6e12a2ed671a878dba Mon Sep 17 00:00:00 2001 From: Nicola Smaniotto Date: Tue, 14 Dec 2021 10:34:14 +0100 Subject: [PATCH] use tiny badge The big badge is too big and could overflow in the following section. The tiny one will keep the same size as new packages are added. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 24c22dd..c1243bf 100644 --- a/README.md +++ b/README.md @@ -57,16 +57,14 @@ Download and unpack devel packages for `SDL2` and `SDL2_mixer`.\ Set paths to them in `CMakeLists.txt`, see suggested placement in `/Libs`.\ Compile with Visual Studio; tested with 2019. - - Packaging status - - ### On Linux Install devel packages for `SDL2` and `SDL2_mixer`.\ Compile with CMake; tested with GCC 10, Clang 11.\ To cross-compile for Windows, install a 64-bit version of mingw and its `SDL2` and `SDL2_mixer` distributions, then use the `mingwcc.cmake` toolchain. +[![Packaging status](https://repology.org/badge/tiny-repos/spacecadetpinball.svg)](https://repology.org/project/spacecadetpinball/versions) + Some distributions provide a package in their repository. You can use those for easier dependency management and updates. ### On macOS