aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorache <ache@ache.one>2026-08-17 03:36:19 +0200
committerache <ache@ache.one>2026-08-17 03:37:17 +0200
commit3ed6c86821ef7713b5dc2c8c8ab4608075a80232 (patch)
tree0f0e17c1bbc9ae0b1f3d44a99acd80c07bc084be /README.md
parentAdd a known bugs section (diff)
Add install from crates.io AND note about unprivilegied ICMPHEAD🪵
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index b98ff67..46f5799 100644
--- a/README.md
+++ b/README.md
@@ -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