mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-30 18:57:37 +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
|
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.
|
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
|
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.
|
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