[gnome3-web] Fix an issue with the usb instructions.



commit ffeef683f6bddf801fe5d51de41da8c7ab1cb61c
Author: Allan Day <allanpday gmail com>
Date:   Mon Feb 7 16:52:17 2011 +0000

    Fix an issue with the usb instructions.

 tryit.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tryit.html b/tryit.html
index 322e33c..b59ffed 100644
--- a/tryit.html
+++ b/tryit.html
@@ -35,9 +35,9 @@ To run the GNOME 3 alpha from a USB stick:
 <ul>
 <li>Download the USB image writer (below) and extract it
 <li>Open a terminal and navigate to the extracted image writer folder (eg. <code>$ cd Downloads/abock-image-usb-stick-f3b1002</code>)
-<li>Prepare the image writer by running: <code>$ sudo chmod a+x ./image-usb-stick</code></li>
+<li>Prepare the image writer by running: <code>$ chmod a+x ./image-usb-stick</code></li>
 <li>Remove any USB storage devices that you might have connected to your computer and insert the empty USB stick that you want to write to</li>
-<li>Run the image writer script: <code>$ ./image-writer path_to_the_live_image.iso</code></li>
+<li>Run the image writer script: <code>$ sudo ./image-writer path_to_the_live_image.iso</code></li>
 <li>To run the live image, reboot your computer with the USB stick attached</li>
 </ul>
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]