chiark / gitweb /
Minor HTML fixes so website validates
[ypp-sc-tools.db-test.git] / yarrg / web / intro
index 5b3af6e22ed2afb856d950496210d98401c0d668..72bdb020d13436216c3ce6cc75b7c14abb81e564 100755 (executable)
@@ -33,7 +33,8 @@
 
 
 </%doc>
-<html><head><title>YARRG (Yet Another Revenue Research Gatherer)</title>
+<html lang="en"><head>
+<title>YARRG (Yet Another Revenue Research Gatherer)</title>
 </head><body>
 
 <a href="lookup">YARRG</a> -
@@ -83,7 +84,7 @@ To install the client, install the `git' version control system
 and the other dependencies listed in the `Installation requirements'
 section of the README and then run:
 <pre>
-git-clone http://www.chiark.greenend.org.uk/~ijackson/ypp-sc-tools/master/.git ypp-sc-tools
+git clone http://www.chiark.greenend.org.uk/~ijackson/ypp-sc-tools/master/.git ypp-sc-tools
 cd ypp-sc-tools
 cd yarrg
 make
@@ -96,7 +97,7 @@ and build the software.
 When new versions of the upload client are released, you can:
 <pre>
 cd .../ypp-sc-tools
-git-pull
+git pull
 cd yarrg
 make
 </pre>