[gnome3-web] tryit: Correct sudo step



commit a49f7c92b752df16587fff26fddb82f88aa9a8fa
Author: Olav Vitters <olav vitters nl>
Date:   Wed Feb 9 15:15:03 2011 +0100

    tryit: Correct sudo step

 tryit.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tryit.html b/tryit.html
index fa17886..6a58dd0 100644
--- a/tryit.html
+++ b/tryit.html
@@ -37,7 +37,7 @@ To run the GNOME 3 alpha from a USB stick:
 <li>Open a terminal and navigate to the extracted image writer folder (eg. <code>$ cd Downloads/abock-image-usb-stick-f3b1002</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>$ sudo ./image-writer path_to_the_live_image.iso</code></li>
+<li>Run the image writer script: <code>$ sudo ./image-usb-stick 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]