]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update OPENBSD.md
authorMike Brady <mikebrady@eircom.net>
Fri, 9 Feb 2018 20:57:52 +0000 (20:57 +0000)
committerGitHub <noreply@github.com>
Fri, 9 Feb 2018 20:57:52 +0000 (20:57 +0000)
OPENBSD.md

index 6b0428f5a9488464464cc613d275ba8d9bab6430..8e2b06259d35ee802e6520db5ac7ece7d8cd38d5 100644 (file)
@@ -30,10 +30,9 @@ Now, download Shairport Sync from GitHub:
 $ git clone https://github.com/mikebrady/shairport-sync.git
 $ cd shairport-sync
 ```
-Next, switch to the `development` branch, configure the build and compile it:
+Next, configure the build and compile it:
 
 ```
-$ git checkout development
 $ autoreconf -i -f
 $ ./configure  --with-avahi --with-ssl=openssl --with-sndio --with-os=openbsd
 $ make