diff --git a/changes-report.html b/changes-report.html index bce28a06d..1b27bbf07 100644 --- a/changes-report.html +++ b/changes-report.html @@ -2,7 +2,7 @@ @@ -31,9 +31,9 @@
-% validate-3.4.0/bin/validate --help +% validate-3.4.1/bin/validate --help
Download the validate package from Github. The binary distribution is available in identical zip or tar/gzip packages. The installation directory may vary from environment to environment but in UNIX-based environments it is typical to install software packages in the /usr/local directory and in Windows-based environments it is typical to install software packages in the C:\Program Files directory. Unpack the selected binary distribution file with one of the following commands: +
Download the validate package from Github. The binary distribution is available in identical zip or tar/gzip packages. The installation directory may vary from environment to environment but in UNIX-based environments it is typical to install software packages in the /usr/local directory and in Windows-based environments it is typical to install software packages in the C:\Program Files directory. Unpack the selected binary distribution file with one of the following commands:
-% unzip validate-3.4.0-bin.zip +% unzip validate-3.4.1-bin.zip or -% tar -xzvf validate-3.4.0-bin.tar.gz +% tar -xzvf validate-3.4.1-bin.tar.gz
The commands above result in the creation of the validate-3.4.0 directory with the following directory structure: +
The commands above result in the creation of the validate-3.4.1 directory with the following directory structure:
@@ -170,7 +170,7 @@This directory contains the dependent jar files for the tool along with the executable jar file (validate-3.4.0.jar) containing the Validate Tool software. +
This directory contains the dependent jar files for the tool along with the executable jar file (validate-3.4.1.jar) containing the Validate Tool software.
# For a Bash Unix system, add the following to your $HOME/.bashrc -% export PATH=${PATH}:/usr/local/validate-3.4.0/bin +% export PATH=${PATH}:/usr/local/validate-3.4.1/bin # For a C-Shell Unix system, add the following to your $HOME/.cshrc -% set "PATH=${PATH}:/usr/local/validate-3.4.0/bin" +% set "PATH=${PATH}:/usr/local/validate-3.4.1/bin"
-C:\> set PATH = %PATH%;C:\Program Files\validate-3.4.0\bin +C:\> set PATH = %PATH%;C:\Program Files\validate-3.4.1\bin