[Swift-commit] r7183 - SwiftTutorials/swift-osdc-tutorial/doc

davidk at ci.uchicago.edu davidk at ci.uchicago.edu
Fri Oct 18 14:32:13 CDT 2013


Author: davidk
Date: 2013-10-18 14:32:13 -0500 (Fri, 18 Oct 2013)
New Revision: 7183

Modified:
   SwiftTutorials/swift-osdc-tutorial/doc/README
Log:
Updating some paths


Modified: SwiftTutorials/swift-osdc-tutorial/doc/README
===================================================================
--- SwiftTutorials/swift-osdc-tutorial/doc/README	2013-10-18 19:14:28 UTC (rev 7182)
+++ SwiftTutorials/swift-osdc-tutorial/doc/README	2013-10-18 19:32:13 UTC (rev 7183)
@@ -9,7 +9,7 @@
 ////
 
 This tutorial is viewable at:
-http://swift-lang.org/tutorials/osdc/swift-osdc-tutorial.html
+http://swiftlang.org/tutorials/osdc/tutorial.html
 
 ////
 
@@ -55,14 +55,14 @@
 
 Swift tutorial setup
 --------------------
+To begin, start a few virtual machines running the Ubuntu image.
+Once the instances have started, run the following commands to
+install the tutorial scripts on an OSDC login host:
 
-To install the tutorial scripts on an OSDC login host,
-do:
-
 -----
 $ cd $HOME
 $ wget http://swiftlang.org/tutorials/osdc/swift-osdc-tutorial.tar.gz
-$ tar swift-osdc-tutorial.tgz
+$ tar xvfz swift-osdc-tutorial.tgz
 $ cd swift-osdc-tutorial
 $ source setup.sh   # You must run this with "source" !
 -----




More information about the Swift-commit mailing list