diff --git a/html/tutorial/index.html b/html/tutorial/index.html
index ba8fd57a3ff774eb7760a52655d6bc4ada271231..ba181213cfd427707b46c5141c360d44a245a66a 100644
--- a/html/tutorial/index.html
+++ b/html/tutorial/index.html
@@ -147,9 +147,10 @@ $ rm */results/*
 
 <p>The goal of this tutorial is only to help you realize the possibilities of the Alignment <abbr>API</abbr> and implementation. It can be played by invoking each command line from the command-line interpreter. In this example we use the <tt>tcsh</tt> syntax but the main specific syntax is the first one:</p>
 <div class="terminal">
-$ setenv CWD `pwd`
+$ setenv CWD `pwd` 
 </div>
-<p>which puts in variable <tt>$CWD</tt> the name of the current directory.</p>
+<p>which puts in variable <tt>$CWD</tt> the name of the current
+  directory (for these using Bourne shell instead of C-shell, this is <tt>CWD=`pwd`</tt>).</p>
 
 <p>
 Now you can go back to any of the tutorials: