Added Windows syntax for first "cd" command mention.

This commit is contained in:
Scott McCrory 2005-11-06 19:35:24 +00:00
parent 5cb7575b2b
commit 82c3d76842
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
<a href="http://acegisecurity.sourceforge.net">http://acegisecurity.sourceforge.net</a>).
In this case, execute:</p>
<ol>
<pre>cd $ACEGI_SECURITY/core</pre>
<pre>cd $ACEGI_SECURITY/core (or cd %ACEGI_SECURITY%/core on Windows)</pre>
<pre>maven jar:install</pre>
<pre>cd $ACEGI_SECURITY/samples/contacts</pre>
<pre>maven multiwar:multiwar</pre>