Merge pull request #144 from xtaran/develop

README.md improvements
pull/145/head
David Schweikert 6 years ago committed by GitHub
commit d6d037b900
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,7 +13,7 @@ _Current maintainer_:
David Schweikert \<david@schweikert.ch\>
_Website_:
http://fping.org/
https://fping.org/
_Mailing-list_:
https://groups.google.com/group/fping-users
@ -22,22 +22,22 @@ _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)
1. Run ./configure with the correct arguments
(see: ./configure --help)
2. Run make; make install
0. Run `./autogen.sh`
(only if you got the source from Github).
1. Run `./configure` with the correct arguments.
(see: `./configure --help`)
2. Run `make; make install`.
3. Make fping either setuid, or, if under Linux:
sudo setcap cap_net_raw+ep fping
4. Have a look at the fping(8) manual for usage help
(fping -h will also give a minimal help output)
`sudo setcap cap_net_raw+ep fping`
## Usage
See: [fping man-page](doc/fping.pod)
Have a look at the [fping(8)](doc/fping.pod) manual page for usage help.
(`fping -h` will also give a minimal help output.)
## Credits
Original author: Roland Schemers (schemers@stanford.edu)
Previous maintainer: RL "Bob" Morgan (morgan@stanford.edu)
Initial IPv6 Support: Jeroen Massar (jeroen@unfix.org / jeroen@ipng.nl)
Other contributors: see ChangeLog
* Original author: Roland Schemers (schemers@stanford.edu)
* Previous maintainer: RL "Bob" Morgan (morgan@stanford.edu)
* Initial IPv6 Support: Jeroen Massar (jeroen@unfix.org / jeroen@ipng.nl)
* Other contributors: see [ChangeLog](ChangeLog)

Loading…
Cancel
Save