From: Paul P.H. Wilson <wilsonp@engr.wisc.edu>
Date: Mon, 29 Apr 2013 02:06:11 +0000 (-0500)
Subject: There is no executable in the boot-camps directory - need to cd to shell dir first.
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5ff1897362d6a614d09d7e154eb3634cca9de8dc;p=swc-workshop.git

There is no executable in the boot-camps directory - need to cd to shell dir first.
---

diff --git a/shell/Readme.md b/shell/Readme.md
index b42c50f..54a8be5 100644
--- a/shell/Readme.md
+++ b/shell/Readme.md
@@ -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.