You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2006/11/22 12:43:46 UTC

svn commit: r478133 - /forrest/trunk/whiteboard/forrest2/core/src/docs/gettingStarted.html

Author: rgardler
Date: Wed Nov 22 03:43:45 2006
New Revision: 478133

URL: http://svn.apache.org/viewvc?view=rev&rev=478133
Log:
Clarify what FORREST_HOME should be (thanks Gavin)

Modified:
    forrest/trunk/whiteboard/forrest2/core/src/docs/gettingStarted.html

Modified: forrest/trunk/whiteboard/forrest2/core/src/docs/gettingStarted.html
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest2/core/src/docs/gettingStarted.html?view=diff&rev=478133&r1=478132&r2=478133
==============================================================================
--- forrest/trunk/whiteboard/forrest2/core/src/docs/gettingStarted.html (original)
+++ forrest/trunk/whiteboard/forrest2/core/src/docs/gettingStarted.html Wed Nov 22 03:43:45 2006
@@ -47,7 +47,8 @@
   <h1>Running from the Command Line</h1>
   
   <p class="step">
-    Run the command <span class="source">cd [FORREST2_HOME]</span>
+    Run the command <span class="source">cd [FORREST2_HOME]</span><br/>
+    Where [FORREST2_HOME] is the path to your Forrest2 core directory.
   </p>
       
   <p class="step">ant -Dcontent.object.dir=[CONTENT_DIR] -Dcontent.object.start.uri=[REQUEST_URI] run<br/>