]> git.alsa-project.org Git - alsa-utils.git/commitdiff
Trivial fixes in INSTALL file
authorVikram Narayanan <vikram186@gmail.com>
Sat, 11 Feb 2012 08:17:48 +0000 (13:47 +0530)
committerTakashi Iwai <tiwai@suse.de>
Mon, 13 Feb 2012 14:17:45 +0000 (15:17 +0100)
Changed from HG->git in the INSTALL file

Signed-off-by: Vikram Narayanan <vikram186@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
INSTALL

diff --git a/INSTALL b/INSTALL
index 202c4910d03fc9d977665ba3968bfbf33a74a7c2..544d5d2295c82b5a1b792c7ad2f711de4728e701 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -24,11 +24,11 @@ package. The configure script from alsa-utils package probably cannot find
 header file asoundlib.h in $prefix/include/alsa directory (usually in
 /usr/include/alsa directory).
 
-Compilation from HG sources
+Compilation from git sources
 ---------------------------
 
 You need also GNU packages autoconf and automake installed in your system
-to compile HG (Mercurial) sources of alsa-utils package.
+to compile git sources of alsa-utils package.
 
 For compilation you can use these commands:
 
@@ -40,7 +40,7 @@ For compilation you can use these commands:
        ./configure
        make
 
-The included hgcompile script does this job for you.
+The included gitcompile script does this job for you.
 
 Note: Some automake packages have missing aclocal program. Use newer version
       in the case.