From 83184a9efd95ce8d7e26b1ef813ece320d45f2da Mon Sep 17 00:00:00 2001 From: Alexander Mextner Date: Sat, 22 Dec 2018 21:19:02 +0300 Subject: [PATCH] INSTALL.md: which -a shairport-sync find all the copies --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.47.2