]> git.gsnw.org Git - fping.git/commitdiff
Improve Markdown formatting
authorAxel Beckert <abe@deuxchevaux.org>
Tue, 19 Feb 2019 22:46:24 +0000 (23:46 +0100)
committerAxel Beckert <abe@deuxchevaux.org>
Tue, 19 Feb 2019 22:46:24 +0000 (23:46 +0100)
README.md

index de9e834d0578c284ffab05feb04f748d811dea30..ec10f5a9217f590daaec68ee1c97a639f7842fbd 100644 (file)
--- a/README.md
+++ b/README.md
@@ -22,22 +22,23 @@ _Mailing-list_:
 
 If you want to install fping from source, proceed as follows:
 
-0. Run ./autogen.sh
+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
+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`
+4. Have a look at the [fping(8)](doc/fping.pod) manual for usage help
+   (`fping -h` will also give a minimal help output)
 
 ## Usage
 
 See: [fping man-page](doc/fping.pod)
 
 ## 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)