From: Alexander Mextner Date: Sat, 22 Dec 2018 18:19:02 +0000 (+0300) Subject: INSTALL.md: which -a shairport-sync find all the copies X-Git-Tag: 3.3~9^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F784%2Fhead;p=thirdparty%2Fshairport-sync.git INSTALL.md: which -a shairport-sync find all the copies --- diff --git a/INSTALL.md b/INSTALL.md index fc59cb4a..15a1c646 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -24,9 +24,9 @@ WiFi Power Management will put the WiFi system in low-power mode when the WiFi s Reboot the Pi. ### Remove Old Copies and Old Startup Scripts -Before you begin building Shairport Sync, it's best to search for and remove any existing copies of the application, called `shairport-sync`. Use the command `$ which shairport-sync` to find them. For example, if `shairport-sync` has been installed previously, this might happen: +Before you begin building Shairport Sync, it's best to search for and remove any existing copies of the application, called `shairport-sync`. Use the command `$ which -a shairport-sync` to find them. For example, if `shairport-sync` has been installed previously, this might happen: ``` -$ which shairport-sync +$ which -a shairport-sync /usr/local/bin/shairport-sync ``` Remove it as follows: