Commit 98390497507be8a8069ce4c1c9b3ad60ec14b6c5
Committed by
GitHub
1 parent
2989957c
Update Readme.md (#39)
Apt is newer and more user-friendly than apt-get
Showing
1 changed file
with
1 additions
and
1 deletions
Readme.md
| ... | ... | @@ -14,7 +14,7 @@ Clone this on your Pi or an Ubuntu linux machine |
| 14 | 14 | ``` |
| 15 | 15 | $ git clone --depth=1 https://github.com/raspberrypi/usbboot |
| 16 | 16 | $ cd usbboot |
| 17 | -$ sudo apt-get install libusb-1.0-0-dev | |
| 17 | +$ sudo apt install libusb-1.0-0-dev | |
| 18 | 18 | $ make |
| 19 | 19 | $ sudo ./rpiboot |
| 20 | 20 | ``` | ... | ... |