From d4645609b13e39c941e8b2e85adb29f904a78089 Mon Sep 17 00:00:00 2001 From: Tommy Goode Date: Tue, 29 Nov 2016 03:23:56 -0600 Subject: [PATCH] Fix MacOS install instructions. --- doc/build.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/build.md b/doc/build.md index 6be8eb96..18d3e477 100644 --- a/doc/build.md +++ b/doc/build.md @@ -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.