]> git.ipfire.org Git - thirdparty/mtr.git/commitdiff
fixed some outdated text in README.
authorR.E. Wolff <R.E.Wolff@BitWizard.nl>
Fri, 2 Jun 2017 12:54:40 +0000 (14:54 +0200)
committerR.E. Wolff <R.E.Wolff@BitWizard.nl>
Fri, 2 Jun 2017 12:54:40 +0000 (14:54 +0200)
README

diff --git a/README b/README
index 1ff5c0fe6dc3d363239019b8919d9173a24c57d2..3ae3a9aac129fd2be566a00dc786ffb59cfb6421 100644 (file)
--- a/README
+++ b/README
@@ -15,19 +15,27 @@ WHAT IS MTR?
 
 INSTALLING
 
-  If you're building this from a tarball, compiling mtr should be as
+  If you're building this from a tarball, compiling mtr is as
   simple as:
 
-       make
+       ./configure && make
 
-  It should first call the "configure" script and then run "make" again
-  with the makefile that "configure" just generated. 
+  (in the past, there was a Makefile in the distribution that did
+  the ./configure for you and then ran make again with the generated
+  Makefile, but this has suffered some bitrot. It didn't work well
+  with git.)
 
   If you're building from the git repository, you'll need to run:
 
        ./bootstrap.sh && ./configure && make
 
-  After compiling, install:
+  When it looks as if the compilation was succesful, you can 
+  test mtr with
+
+       sudo ./mtr <host>
+
+  (fill in a hostname or IP address where it says <host>) or 
+  immediately continue on to installing: 
 
        make install