There is no executable in the boot-camps directory - need to cd to shell dir first.
authorPaul P.H. Wilson <wilsonp@engr.wisc.edu>
Mon, 29 Apr 2013 02:06:11 +0000 (21:06 -0500)
committerW. Trevor King <wking@tremily.us>
Wed, 23 Oct 2013 23:12:42 +0000 (16:12 -0700)
shell/Readme.md

index b42c50f017fa1cd095f5c6425ed8504a67af5e34..54a8be5437e80de52d6fc5b73cc6807d60d1409a 100644 (file)
@@ -138,16 +138,17 @@ directory. Enter the following command:
 
     cd boot-camps
 
+Use the `ls` command to see what is inside this directory.  This
+directory contains all of the material for this boot camp. Now move to
+the directory containing the data for the shell tutorial:
+
+    cd shell
+
 Now use the `ls` command to see what is inside this directory. You
 will see that there is an entry which is green. This means that this
 is an executable. If you use `ls -F` you will see that this file ends
 with a star.
 
-This directory contains all of the material for this boot camp. Now
-move to the directory containing the data for the shell tutorial:
-
-    cd shell
-
 If you enter the `cd` command by itself, you will return to the home
 directory. Try this, and then navigate back to the `shell`
 directory.