diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-06-06 09:33:46 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-06-06 09:33:46 +0000 |
commit | eaf51b62b9feba6c0330ab50b02735bb8e618fa5 (patch) | |
tree | 504bd4f23cbaab79be192464bc3481a5d7b215e9 /README | |
parent | 80994a123ec4e6728bd799c228c40de016e8acff (diff) | |
download | curl-eaf51b62b9feba6c0330ab50b02735bb8e618fa5.tar.gz |
corrected the CVS note about not creating a subdirectory... which it does now
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 6 insertions, 8 deletions
@@ -30,19 +30,17 @@ README To download the very latest source off the CVS server do this: - cvs -d :pserver:anonymous@cvs.curl.sourceforge.net:/cvsroot/curl login + cvs -d :pserver:anonymous@cvs.curl.sourceforge.net:/cvsroot/curl login - (just press enter when asked for password) + (just press enter when asked for password) - cvs -d :pserver:anonymous@cvs.curl.sourceforge.net:/cvsroot/curl co curl + cvs -d :pserver:anonymous@cvs.curl.sourceforge.net:/cvsroot/curl co curl - (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) + (you'll get a directory named curl created, filled with the source code) - cvs -d :pserver:anonymous@cvs.curl.sourceforge.net:/cvsroot/curl logout + cvs -d :pserver:anonymous@cvs.curl.sourceforge.net:/cvsroot/curl logout - (you're off the hook!) + (you're off the hook!) Curl contains pieces of source code that is Copyright (c) 1998, 1999 Kungliga Tekniska Högskolan. This notice is included here to comply with the |