- From: Mercurial notifier <nobody@w3.org>
- Date: Sun, 12 Dec 2010 19:03:09 +0000
- To: markup-validator updates <www-validator-cvs@w3.org>
changeset: 3182:66f1f2e93238
user: Ville Skyttä <ville.skytta@iki.fi>
date: Sun Dec 12 20:44:10 2010 +0200
files: htdocs/docs/install.html
description:
Fine tune unpack instructions.
diff -r d82323fdd090 -r 66f1f2e93238 htdocs/docs/install.html
--- a/htdocs/docs/install.html Sun Dec 12 20:43:51 2010 +0200
+++ b/htdocs/docs/install.html Sun Dec 12 20:44:10 2010 +0200
@@ -229,14 +229,14 @@
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>
Received on Sunday, 12 December 2010 19:03:12 UTC