diff options
-rwxr-xr-x | htdocs/docs/install.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/docs/install.html b/htdocs/docs/install.html index 804bae2..a581f74 100755 --- a/htdocs/docs/install.html +++ b/htdocs/docs/install.html @@ -229,14 +229,14 @@ install Bundle::W3C::Validator Unpack the two archives of the validator and sgml-lib into a temporary directory, and copy the directories <code>htdocs</code>, <code>httpd/cgi-bin</code>, and - <code>share</code> from <code>validator-<em>X.X.X</em></code> + <code>share</code> from <code>validator-<em>X.Y</em></code> into <code>[validatorpath]</code>. </p> <pre> # tar zxvf validator.tar.gz # tar zxvf sgml-lib.tar.gz # mkdir /usr/local/validator -# cd validator-1.0 +# cd validator-<em>X.Y</em> # mv htdocs share httpd/cgi-bin /usr/local/validator </pre> <p> |