From 650183454d3d7c42a772ded5b6d049660846c331 Mon Sep 17 00:00:00 2001 From: James Hughes Date: Fri, 20 Jan 2017 14:15:50 +0000 Subject: [PATCH] Removed unnecesary make install step from readme --- Readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Readme.md b/Readme.md index e423155..6cdd3a1 100644 --- a/Readme.md +++ b/Readme.md @@ -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 ```