]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
INSTALL.md: which -a shairport-sync find all the copies 784/head
authorAlexander Mextner <a-x-@users.noreply.github.com>
Sat, 22 Dec 2018 18:19:02 +0000 (21:19 +0300)
committerGitHub <noreply@github.com>
Sat, 22 Dec 2018 18:19:02 +0000 (21:19 +0300)
INSTALL.md

index fc59cb4a7aef5689679391a3e4d69879dbae5a0b..15a1c6462a131c541f761c8e10797fc014c76dc7 100644 (file)
@@ -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: