Commit 7343c3e557dbe3fc6a4db153b875862177035488

Authored by Gordon Hollingworth
Committed by GitHub
2 parents c2894f31 65018345

Merge pull request #6 from JamesH65/master

Removed unnecessary make install step from readme
Showing 1 changed file with 0 additions and 1 deletions
Readme.md
... ... @@ -16,7 +16,6 @@ $ git clone --depth=1 https://github.com/raspberrypi/usbboot
16 16 $ cd usbboot
17 17 $ sudo apt-get install libusb-1.0-0-dev
18 18 $ make
19   -$ sudo make install
20 19 $ sudo rpiboot
21 20 ```
22 21  
... ...