]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Version 3.1
authorMike Brady <mikebrady@eircom.net>
Tue, 8 Aug 2017 18:11:59 +0000 (20:11 +0200)
committerGitHub <noreply@github.com>
Tue, 8 Aug 2017 18:11:59 +0000 (20:11 +0200)
Remove extra reference to libasound2-dev

README.md

index c511b91670cf9b5ae64088aed8158893492a7e71..4e8680658632472cb0c1b577f8a9227785c44d8d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -141,7 +141,7 @@ Many Linux distributions have Avahi and OpenSSL already in place, so normally it
 Debian, Ubuntu and Raspbian users can get the basics with:
 
 - `apt-get install build-essential git xmltoman` – these may already be installed.
-- `apt-get install autoconf automake libtool libdaemon-dev libasound2-dev libpopt-dev libconfig-dev`
+- `apt-get install autoconf automake libtool libdaemon-dev libpopt-dev libconfig-dev`
 - `apt-get install libasound2-dev` for the ALSA libraries
 - `apt-get install libpulse-dev` for the PulseAudio libraries
 - `apt-get install avahi-daemon libavahi-client-dev` if you want to use Avahi (recommended).