diff --git a/manual/install.html b/manual/install.html index 11a184e61..c959dbe9e 100644 --- a/manual/install.html +++ b/manual/install.html @@ -36,7 +36,7 @@ details.
  • Download Ant. See Binary Distribution for details.
  • Uncompress the downloaded file into a directory.
  • Set environmental variables: JAVA_HOME to your Java environment, ANT_HOME to the directory -you uncompressed Ant to, and add ${ANT_HOME}/bin (Unix) or %ANT_HOME%/bin (Windows) to +you uncompressed Ant to, and add ${ANT_HOME}/bin (Unix) or %ANT_HOME%\bin (Windows) to your PATH. See Setup for details.
  • Optionally, from the ANT_HOME directory run ant -f fetch.xml -Ddest=system 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