Commit a081b190462661ac202898e50ad7753aab72bd58

Authored by Diego Herranz
Committed by Gordon Hollingworth
1 parent 08e4ed82

Fix USB boot code build instructions

Showing 1 changed file with 1 additions and 1 deletions
Readme.md
... ... @@ -8,7 +8,7 @@ Check out this on your Pi or an Ubuntu linux machine
8 8  
9 9 ```
10 10 $ git clone --depth=1 https://github.com/raspberrypi/tools
11   -$ cd usbboot
  11 +$ cd tools/usbboot
12 12 $ sudo apt-get install libusb-1.0-0-dev
13 13 $ make
14 14 $ sudo ./rpiboot
... ...