Be more precise when clarifying issue reported in #87

"getting the source from github" could also be interpreted as
downloading released source tar balls from
https://github.com/schweikert/fping/releases -- where it doesn't apply.

The actual relevant difference is not "github or not github" but
"release tar ball or git clone".
pull/89/head
Axel Beckert 9 years ago
parent 925ef8fe12
commit 4a2fe10f71

@ -20,7 +20,7 @@ Installation
If you want to install fping from source, proceed as follows:
0. Run ./autogen.sh
(only if you got the source from github)
(only needed if you got the source code by cloning a git repository)
1. Run ./configure with the correct arguments
(see: ./configure --help)

@ -22,7 +22,7 @@ _Mailing-list_:
If you want to install fping from source, proceed as follows:
0. Run ./autogen.sh
(only if you got the source from github)
(only needed if you got the source code by cloning a git repository)
1. Run ./configure with the correct arguments
(see: ./configure --help)
2. Run make; make install

Loading…
Cancel
Save