diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-03-16 15:21:14 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-03-16 15:21:14 +0000 |
commit | 339bdd1e08d57dc628cc79daef671cc6c4b03165 (patch) | |
tree | 2d130ce8a932f21d13bfc7d1fb919d420dc65db4 /README | |
parent | e3ef8b66a185a2982a7812ab19d2ee9970cb610f (diff) | |
download | curl-339bdd1e08d57dc628cc79daef671cc6c4b03165.tar.gz |
corrected the CVS info
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -29,16 +29,16 @@ README To download the very latest source off the CVS server do this: - cvs -d :pserver:cvs@curl.sourceforge.net/curl login + cvs -d :pserver:anonymous@cvs.curl.sourceforge.net:/cvsroot/curl login (just press enter when asked for password) - cvs -d :pserver:cvs@curl.sourceforge.net/curl co . + cvs -d :pserver:anonymous@cvs.curl.sourceforge.net:/cvsroot/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 + cvs -d :pserver:anonymous@cvs.curl.sourceforge.net:/cvsroot/curl logout (you're off the hook!) |