Merge pull request #6 from JamesH65/master

Removed unnecessary make install step from readme
This commit is contained in:
Gordon Hollingworth 2017-01-20 15:09:28 +00:00 committed by GitHub
commit 7343c3e557

View File

@ -16,7 +16,6 @@ $ git clone --depth=1 https://github.com/raspberrypi/usbboot
$ cd usbboot
$ sudo apt-get install libusb-1.0-0-dev
$ make
$ sudo make install
$ sudo rpiboot
```