summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-03-22 00:34:09 +0100
committerDaniel Stenberg <daniel@haxx.se>2010-03-22 00:34:09 +0100
commit1609685fc2f470600204094d39ea55f63a445abf (patch)
tree89691105ce37092486d54a14a929339854e50325 /README
parente1d6034977093908ba63c4cdf8d0d65703c81700 (diff)
downloadcurl-1609685fc2f470600204094d39ea55f63a445abf.tar.gz
various changes of CVS to git
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 3 insertions, 7 deletions
diff --git a/README b/README
index adf4b36b9..2ffacc32c 100644
--- a/README
+++ b/README
@@ -34,15 +34,11 @@ WEB SITE
http://curl.haxx.se/
-CVS
+GIT
- To download the very latest source off the CVS server do this:
+ To download the very latest source off the GIT server do this:
- cvs -d :pserver:anonymous@cool.haxx.se:/cvsroot/curl login
-
- (just press enter when asked for password)
-
- cvs -d :pserver:anonymous@cool.haxx.se:/cvsroot/curl co curl
+ git clone git://github.com/bagder/curl.git
(you'll get a directory named curl created, filled with the source code)