]> git.ipfire.org Git - thirdparty/mtr.git/commitdiff
Update README for building from git repository
authorTravis Cross <tc@traviscross.com>
Sun, 3 Feb 2013 20:57:37 +0000 (20:57 +0000)
committerTravis Cross <tc@traviscross.com>
Sun, 3 Feb 2013 20:58:50 +0000 (20:58 +0000)
README

diff --git a/README b/README
index 625f9eb94d187253959fef6bc0d16a8c096a18d7..72be08cda4683fc2acf5e7193ef1fb1670202034 100644 (file)
--- a/README
+++ b/README
@@ -15,16 +15,18 @@ WHAT IS MTR?
 
 INSTALLING
 
-  Slightly more hints are in the file INSTALL. If this doesn't work
-  you could try reading that too.... 
-
-  Compiling mtr should be as simple as:
+  If you're building this from a tarball, compiling mtr should be as
+  simple as:
 
        make
 
   It should first call the "configure" script and then run "make" again
   with the makefile that "configure" just generated. 
 
+  If you're building from the git repository, you'll need to run:
+
+       ./bootstrap.sh && ./configure && make
+
   After compiling, install:
 
        make install