]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update INSTALL.md
authorMike Brady <mikebrady@eircom.net>
Wed, 10 Oct 2018 13:38:20 +0000 (14:38 +0100)
committerGitHub <noreply@github.com>
Wed, 10 Oct 2018 13:38:20 +0000 (14:38 +0100)
INSTALL.md

index f506b2ce02076bc26e3f7b679cb16576c54d0151..8488f1607599777db41632568f99a4834eb55439 100644 (file)
@@ -7,8 +7,8 @@ In the commands below, note the convention that a `#` prompt means you are in su
 ### Configure and Update
 Do the usual update and upgrade:
 ```
-# apt-get update
-# apt-get upgrade
+# apt update
+# apt upgrade
 # rpi-update
 ``` 
 **Note:** At this time of writing (September 2018), it is a good idea to update the Pi's firmware using `rpi-update` because a [significant improvement](https://github.com/raspberrypi/firmware/commit/200c2f4dd54b2048b5dcb8661ea3f232beb7d81e) has been made to the [timing software](https://github.com/raspberrypi/firmware/issues/1026) of the built-in audio DAC's drivers. It should be incorporated in firmware from Raspbian 4.14.66-v7 onwards.