Browse Source

Added Windows syntax for first "cd" command mention.

1.0.x
Scott McCrory 21 years ago
parent
commit
82c3d76842
  1. 2
      doc/xdocs/building.html

2
doc/xdocs/building.html

@ -51,7 +51,7 @@ @@ -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>

Loading…
Cancel
Save