summaryrefslogtreecommitdiff
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 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
+```