From 1b1c22b6bc1e330fef731f5b3bc3b130d52a5bff Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Sun, 18 Oct 2020 19:11:16 +0200 Subject: [PATCH] Add documentation about official packages (#531) Many operating systems have already packaged librespot. Add some documentation about the availability of official packages. [Repology](https://repology.org/project/librespot/versions) provides a great overview and nice badges over the package status along with available versions. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c7dd05e1..239c6255 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,12 @@ Once you've installed the dependencies and cloned this repository you can build cargo build --release ``` +# Packages + +librespot is also available via official package system on various operating systems such as Linux, FreeBSD, NetBSD. [Repology](https://repology.org/project/librespot/versions) offers a good overview. + +[![Packaging status](https://repology.org/badge/vertical-allrepos/librespot.svg)](https://repology.org/project/librespot/versions) + ## Usage A sample program implementing a headless Spotify Connect receiver is provided. Once you've built *librespot*, run it using :