diff options
| -rw-r--r-- | README.md | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -3,10 +3,19 @@ A replacement for [prettyping](https://github.com/denilsonsa/prettyping). A very simple ping utility that tries to be as visual as possible. -Tested on Linux only. +Tested on Linux only. +⚠️: Rusty-ping currently only supports unprivilegied ICMP, check « known bugs » section. ## Install +From crates.io : + +```shell +$ cargo install rusty-ping +``` + +From source : + ```shell $ git clone https://source.tube/ache/rusty-ping $ cd rusty-ping |