From 4a2fe10f71818da71967bfedcfed1190a750a976 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Tue, 10 Nov 2015 19:38:17 +0100 Subject: [PATCH] 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". --- README | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 1468931..f6c2021 100644 --- a/README +++ b/README @@ -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) diff --git a/README.md b/README.md index 0340d22..c29372e 100644 --- a/README.md +++ b/README.md @@ -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