Browse Source

correct a typo in manual (file separator)

File separator in Windows is backslash instead of slash
master
Yuheng GitHub 4 years ago
parent
commit
b3c04f5870
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      manual/install.html

+ 1
- 1
manual/install.html View File

@@ -36,7 +36,7 @@ details.</li>
<li>Download Ant. See <a href="#getBinary">Binary Distribution</a> for details.</li> <li>Download Ant. See <a href="#getBinary">Binary Distribution</a> for details.</li>
<li>Uncompress the downloaded file into a directory.</li> <li>Uncompress the downloaded file into a directory.</li>
<li>Set environmental variables: <code>JAVA_HOME</code> to your Java environment, <code>ANT_HOME</code> to the directory <li>Set environmental variables: <code>JAVA_HOME</code> to your Java environment, <code>ANT_HOME</code> to the directory
you uncompressed Ant to, and add <samp>${ANT_HOME}/bin</samp> (Unix) or <samp>%ANT_HOME%/bin</samp> (Windows) to
you uncompressed Ant to, and add <samp>${ANT_HOME}/bin</samp> (Unix) or <samp>%ANT_HOME%\bin</samp> (Windows) to
your <code>PATH</code>. See <a href="#setup">Setup</a> for details.</li> your <code>PATH</code>. See <a href="#setup">Setup</a> for details.</li>
<li>Optionally, from the <code>ANT_HOME</code> directory run <kbd>ant -f fetch.xml -Ddest=system</kbd> to get the <li>Optionally, from the <code>ANT_HOME</code> directory run <kbd>ant -f fetch.xml -Ddest=system</kbd> to get the
library dependencies of most of the Ant tasks that require them. If you don't do this, many of the dependent Ant tasks library dependencies of most of the Ant tasks that require them. If you don't do this, many of the dependent Ant tasks


Loading…
Cancel
Save