From 3ed6c86821ef7713b5dc2c8c8ab4608075a80232 Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 17 Aug 2026 03:36:19 +0200 Subject: Add install from crates.io AND note about unprivilegied ICMP --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.3-2-g11bf