fix paths

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163938 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-04-13 11:54:45 +00:00
parent 85cc412a5f
commit 7ea36abfa0
1 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@
<code>PATH</code>
variable in the user variables.
eg.
<code>"C:\Program Files\Apache Software Foundation\maven-2.0-alpha-1";%PATH%</code>
<code>"C:\Program Files\Apache Software Foundation\maven-2.0-alpha-1\bin";%PATH%</code>
</li>
<li>
In the same dialog, make sure that
@ -122,7 +122,7 @@
<li>
Add the
<code>bin</code> directory to your path, eg.
<code>export PATH=/usr/local/maven-2.0-alpha-1:$PATH</code>
<code>export PATH=/usr/local/maven-2.0-alpha-1/bin:$PATH</code>
</li>
<li>
Make sure that