diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-03-22 00:34:09 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-03-22 00:34:09 +0100 |
commit | 1609685fc2f470600204094d39ea55f63a445abf (patch) | |
tree | 89691105ce37092486d54a14a929339854e50325 /README | |
parent | e1d6034977093908ba63c4cdf8d0d65703c81700 (diff) | |
download | curl-1609685fc2f470600204094d39ea55f63a445abf.tar.gz |
various changes of CVS to git
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -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) |