diff options
| author | ache <ache@ache.one> | 2026-08-17 00:24:54 +0200 |
|---|---|---|
| committer | ache <ache@ache.one> | 2026-08-17 00:24:54 +0200 |
| commit | 28735a581a8fa12e16354cb9e37f3512781b2323 (patch) | |
| tree | bc6bde47f50aae72485f0e4bfb5d36dee4cfcbf2 | |
| parent | Published to codeberg (diff) | |
Add crates.io installation option
| -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 |