From af1c9ff09e5a8857e4190ca709ad0d777c4a393e Mon Sep 17 00:00:00 2001 From: Liam McLoughlin Date: Sat, 21 Apr 2012 16:02:28 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index cf661ba..7d4eab3 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,15 @@ An easier way to update the firmware of your Raspberry Pi To install the tool, run the following command as root: +
 wget http://goo.gl/1BOfJ -O /usr/bin/rpi-update --quiet && chmod +x /usr/bin/rpi-update
+
To then update your firmware, simply run the following command as root: +
 rpi-update
+
After the firmware has been sucessfully updated, you'll need to reobot to load the new firmware. From 94e5cffb342b83a3682f0ad65a0332ce140f1d38 Mon Sep 17 00:00:00 2001 From: Liam McLoughlin Date: Sat, 21 Apr 2012 16:19:55 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d4eab3..90a06ca 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,6 @@ To then update your firmware, simply run the following command as root: rpi-update -After the firmware has been sucessfully updated, you'll need to reobot to load the new firmware. +After the firmware has been sucessfully updated, you'll need to reboot to load the new firmware. This tool is experimental, and may screw up your install. If you have problems with it, post an issue to this GitHub repo and I'll see if I can help you.