From 32077faa503cac339504d12b15f972244f8c1302 Mon Sep 17 00:00:00 2001 From: Liam McLoughlin Date: Sat, 21 Apr 2012 15:00:09 +0100 Subject: [PATCH] Updated README --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index accffd1..cf661ba 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,16 @@ rpi-update ========== -An easier way to update the firmware of your Raspberry Pi \ No newline at end of file +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. + +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.