cnping

Minimal Graphical Ping Tool
git clone https://git.sinitax.com/cnlohr/cnping
Log | Files | Refs | Submodules | README | LICENSE | sfeed.txt

commit bdb93b2b9a50afbce4e7315399c4daf48bb4d46f
parent 91e409e754116863113e1126c154003f79cb3ca1
Author: David Auer <dreua@posteo.de>
Date:   Tue, 27 Dec 2022 02:38:24 +0100

README: Generalize distribution information
Diffstat:
MREADME.md | 9++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md @@ -40,11 +40,6 @@ sudo setcap cap_net_raw+ep /usr/local/bin/cnping Note that if only http pinging is requested, you do not need cap_net_raw or root access. -### Archlinux - - [cnping-git](https://aur.archlinux.org/packages/cnping-git/) in the [Arch User Repository](https://wiki.archlinux.org/index.php/Arch_User_Repository) - - ### Windows A Windows-exe can be cross compiled on Linux, just install the necessary dependencies and compile it: @@ -53,3 +48,7 @@ A Windows-exe can be cross compiled on Linux, just install the necessary depende sudo apt install binutils-mingw-w64-i686 gcc-mingw-w64-i686 g++-mingw-w64-i686 make cnping.exe ``` + +### Other distributions + +See our Wiki page for information on more distributions, e.g. Arch, Void, Gentoo or Fedora: [Binary packages and distributions](https://github.com/cntools/cnping/wiki/Binary-packages-and-distributions)