From 28735a581a8fa12e16354cb9e37f3512781b2323 Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 17 Aug 2026 00:24:54 +0200 Subject: Add crates.io installation option --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9f0bbfd..c9233e7 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.3-2-g11bf