summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2022-05-12 19:59:24 +0300
committerYuval Adam <_@yuv.al>2022-05-12 19:59:24 +0300
commitfc453b7413fdb598791d30e88e6c7b7571b34693 (patch)
treee8707f55c416f05ade74084336b0e33e689eaa92 /README.md
parent575be108fbb544c2fc73bbec8ab8c31822dcf1d7 (diff)
Implement basic ping with timing
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 91e40cc..4dd5caa 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,10 @@
-# Multiping \ No newline at end of file
+# Multiping
+
+## Usage
+
+Since multiping uses raw ICMP socks it has to be run with elevated privileges:
+
+```bash
+$ cargo build
+$ sudo ./target/debug/multiping
+```