OpenSystemsDevelopment
/
usbboot
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
650183454d3d7c42a772ded5b6d049660846c331
Authored by
James Hughes
2017-01-20 14:15:50 +0000
1 parent
873e6b93
Removed unnecesary make install step from readme
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
Readme.md
Readme.md
View file @
6501834
...
...
@@ -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
...
...