summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2007-10-24 00:47:53 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2007-10-24 00:47:53 -0700
commitf51e5029ff71a4768455c85f9180d1f55ccb1bca (patch)
treec8a5037693e36073cb3e424b6b12aa7b18484c5a /README
parent8e6cd7991c42df312db2a72eb8c78bccc7ace6ec (diff)
downloadgnulib-f51e5029ff71a4768455c85f9180d1f55ccb1bca.tar.gz
* README: Append ".git" to git and cg examples.
Problem reported by Benoit Sigoure.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index e6f66777a1..cc2b0b0a36 100644
--- a/README
+++ b/README
@@ -213,9 +213,9 @@ git and CVS
Gnulib is available for anonymous checkout. In any Bourne-shell the
following should work:
- $ git clone git://git.sv.gnu.org/gnulib
+ $ git clone git://git.sv.gnu.org/gnulib.git
Or, if you prefer the CVS-like 'cogito' frontend to plain 'git':
- $ cg clone git://git.sv.gnu.org/gnulib
+ $ cg clone git://git.sv.gnu.org/gnulib.git
For a read-write checkout you need to have a login on savannah.gnu.org and be
a member of the gnulib project at http://savannah.gnu.org/projects/gnulib .