aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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