chiark / gitweb /
Change instances of "git-foobar" to "git foobar"
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 10 Sep 2009 13:17:33 +0000 (14:17 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 10 Sep 2009 13:17:33 +0000 (14:17 +0100)
yarrg/web/devel
yarrg/web/intro

index 7e02d4c38e51cdb6af68a0eed9a1d6f44e685831..063d641cba509f3e6422dd53a02bdb3c339d109e 100755 (executable)
@@ -63,7 +63,7 @@ Note that there is <strong>NO WARRANTY</strong> !
 
 <h3>Source code</h3>
 
-<kbd>git-clone http://www.chiark.greenend.org.uk/~ijackson/ypp-sc-tools/master/.git/</kbd><br>
+<kbd>git clone http://www.chiark.greenend.org.uk/~ijackson/ypp-sc-tools/master/.git/</kbd><br>
 obtains the source code of the latest version released for use as a
 client, which you can also find
 <a href="http://www.chiark.greenend.org.uk/~ijackson/ypp-sc-tools/master/">as
index 5b3af6e22ed2afb856d950496210d98401c0d668..c77f183a7424b5e1a6874488721d0572cc0bc2b2 100755 (executable)
@@ -83,7 +83,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 +96,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>