summaryrefslogtreecommitdiff
path: root/GIT-INFO
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-03-22 00:41:34 +0100
committerDaniel Stenberg <daniel@haxx.se>2010-03-22 00:41:34 +0100
commit9599837e6313e6be6afe0952f246086c902d5436 (patch)
treebaedba24e1af3494ae70b9849830bd3e9aa4efcc /GIT-INFO
parent1609685fc2f470600204094d39ea55f63a445abf (diff)
downloadcurl-9599837e6313e6be6afe0952f246086c902d5436.tar.gz
s/CVS/git
Diffstat (limited to 'GIT-INFO')
-rw-r--r--GIT-INFO10
1 files changed, 5 insertions, 5 deletions
diff --git a/GIT-INFO b/GIT-INFO
index 68a3747a0..231a8996d 100644
--- a/GIT-INFO
+++ b/GIT-INFO
@@ -4,10 +4,10 @@
| (__| |_| | _ <| |___
\___|\___/|_| \_\_____|
-CVS-INFO
+GIT-INFO
-This file is only present in the CVS - never in release archives. It contains
-information about other files and things that the CVS repository keeps in its
+This file is only present in git - never in release archives. It contains
+information about other files and things that the git repository keeps in its
inner sanctum.
Compile and build instructions follow below.
@@ -20,7 +20,7 @@ Compile and build instructions follow below.
perl/ is a subdirectory with various perl scripts
To build in environments that support configure, after having extracted
-everything from CVS, do this:
+everything from git, do this:
./buildconf
./configure
@@ -63,5 +63,5 @@ MAC OS X
3. Install the latest version of autoconf, automake and m4 with fink
4. Install version 1.4.1 of libtool - you find it in the "unstable" section
(read the manual to see how to get unstable versions)
- 5. Get cURL from the cvs
+ 5. Get cURL from git
6. Build cURL with "./buildconf", "./configure", "make", "sudo make install"