diff options
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -7,6 +7,14 @@ Tested on Linux only. ## Install +From [crates.io](https://crates.io/crates/rusty-ping) : + +```shell +$ cargo install rusty-ping +``` + +Or from source : + ```shell $ git clone https://source.tube/ache/rusty-ping $ cd rusty-ping |