summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-03-16 15:21:14 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-03-16 15:21:14 +0000
commit339bdd1e08d57dc628cc79daef671cc6c4b03165 (patch)
tree2d130ce8a932f21d13bfc7d1fb919d420dc65db4
parente3ef8b66a185a2982a7812ab19d2ee9970cb610f (diff)
downloadgnurl-339bdd1e08d57dc628cc79daef671cc6c4b03165.tar.gz
gnurl-339bdd1e08d57dc628cc79daef671cc6c4b03165.tar.bz2
gnurl-339bdd1e08d57dc628cc79daef671cc6c4b03165.zip
corrected the CVS info
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 5abbf3205..9ad03b506 100644
--- a/README
+++ b/README
@@ -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!)