From 9703e67f32981a5a7dd7866e098aa6b2cf7a6af2 Mon Sep 17 00:00:00 2001 From: Luis Date: Fri, 4 Jul 2014 12:22:26 -0700 Subject: [PATCH] Update README.md Upon installation of the tool, the command executed writes rpi-update to /usr/bin detailing a 301 error, indicating the source of the update has changed to https://raw.githubusercontent.com/Hexxeh/rpi-update/master/rpi-update. This address change has been reflected in the proposed file change. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1543520..d75b3b8 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ To install the tool, run the following command: To install the tool, run the following command: - sudo curl -L --output /usr/bin/rpi-update https://raw.github.com/Hexxeh/rpi-update/master/rpi-update && sudo chmod +x /usr/bin/rpi-update + sudo curl -L --output /usr/bin/rpi-update https://raw.githubusercontent.com/Hexxeh/rpi-update/master/rpi-update && sudo chmod +x /usr/bin/rpi-update ## Updating