mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
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.
This commit is contained in:
parent
a2f832dff1
commit
1b1c22b6bc
1 changed files with 6 additions and 0 deletions
|
@ -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 :
|
||||
|
|
Loading…
Reference in a new issue