diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-03-16 11:32:53 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-03-16 11:32:53 +0000 |
commit | 5992252b3d5e0b37587bf3f234d289ffeae42ba4 (patch) | |
tree | cbf9314cc6b23ac8a7abccd46d6c10c23f19e8be /README | |
parent | 90030a49c7facfefeca8157255f213197343c340 (diff) | |
download | curl-5992252b3d5e0b37587bf3f234d289ffeae42ba4.tar.gz |
updates and fixes
Diffstat (limited to 'README')
-rw-r--r-- | README | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -26,3 +26,19 @@ README Sweden -- ftp://ftp.sunet.se/pub/www/utilities/curl/ Germany -- ftp://ftp.fu-berlin.de/pub/unix/network/curl/ China -- http://www.pshowing.com/curl/ + + To download the very latest source off the CVS server do this: + + cvs -d :pserver:cvs@curl.sourceforge.net/curl login + + (just press enter when asked for password) + + cvs -d :pserver:cvs@curl.sourceforge.net/curl co . + + (now, you'll get all the latest sources downloaded into your current + directory. Note that this does not create a directory named curl or + anything) + + cvs -d :pserver:cvs@curl.sourceforge.net/curl logout + + (you're off the hook!) |