Merge pull request #415 from thecb1/README-add-gentoo

README.md: Add Gentoo to install instructions
This commit is contained in:
Johannes Pohl 2018-10-23 09:56:16 +02:00 committed by GitHub
commit 390f902c78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,8 +42,8 @@ Please follow this [guide](doc/build.md) to build Snapcast for
* [Buildroot](doc/build.md#buildroot-cross-compile)
* [Raspberry Pi](doc/build.md#raspberry-pi-cross-compile)
### Install debian packages
Download the debian package for your CPU architecture from the [latest release page](https://github.com/badaix/snapcast/releases/latest), e.g. for Raspberry pi `snapclient_0.x.x_armhf.deb`
### Install linux packages
For Debian download the package for your CPU architecture from the [latest release page](https://github.com/badaix/snapcast/releases/latest), e.g. for Raspberry pi `snapclient_0.x.x_armhf.deb`
Install the package:
$ sudo dpkg -i snapclient_0.x.x_armhf.deb
@ -60,6 +60,10 @@ On Alpine Linux (testing repository) do:
$ apk add snapcast
On Gentoo Linux do:
$ emerge --ask media-sound/snapcast
Configuration
-------------
After installation, Snapserver and Snapclient are started with the command line arguments that are configured in `/etc/default/snapserver` and `/etc/default/snapclient`.