mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-04 00:59:32 +02:00
Merge pull request #415 from thecb1/README-add-gentoo
README.md: Add Gentoo to install instructions
This commit is contained in:
commit
390f902c78
1 changed files with 6 additions and 2 deletions
|
@ -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`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue