mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-29 18:27:12 +02:00
Fix MacOS install instructions.
This commit is contained in:
parent
eba85a895d
commit
d4645609b1
1 changed files with 2 additions and 2 deletions
|
@ -120,7 +120,7 @@ $ brew install flac libvorbis
|
|||
|
||||
Install Snapclient
|
||||
|
||||
$ sudo make install
|
||||
$ sudo make install TARGET=MACOS
|
||||
|
||||
This will copy the client binary to `/usr/local/bin` and create a Launch Agent to start the client as a daemon.
|
||||
|
||||
|
@ -132,7 +132,7 @@ This will copy the client binary to `/usr/local/bin` and create a Launch Agent t
|
|||
|
||||
Install Snapserver
|
||||
|
||||
$ sudo make install
|
||||
$ sudo make install TARGET=MACOS
|
||||
|
||||
This will copy the server binary to `/usr/local/bin` and create a Launch Agent to start the server as a daemon.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue