aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorache <ache@ache.one>2026-08-17 00:24:54 +0200
committerache <ache@ache.one>2026-08-17 00:24:54 +0200
commit28735a581a8fa12e16354cb9e37f3512781b2323 (patch)
treebc6bde47f50aae72485f0e4bfb5d36dee4cfcbf2 /README.md
parentPublished to codeberg (diff)
Add crates.io installation option
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
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