Removed unnecesary make install step from readme

This commit is contained in:
James Hughes
2017-01-20 14:15:50 +00:00
parent 873e6b933c
commit 650183454d

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
```