diff options
| author | ache <ache@ache.one> | 2026-08-17 03:36:19 +0200 |
|---|---|---|
| committer | ache <ache@ache.one> | 2026-08-17 03:37:17 +0200 |
| commit | 3ed6c86821ef7713b5dc2c8c8ab4608075a80232 (patch) | |
| tree | 0f0e17c1bbc9ae0b1f3d44a99acd80c07bc084be /README.md | |
| parent | Add a known bugs section (diff) | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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 |