summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2019-11-12 09:48:32 +0100
committerAram Drevekenin <aram@poor.dev>2019-11-12 09:48:32 +0100
commit6ba77013191959877df462b12bdd86aab3862ab1 (patch)
tree58d7f4f3c3f6d6a55254b210e725bfb35c539bf6
parent4c6aa7625bb8525b1bd7dd626506d65b5d726b03 (diff)
parentacea124cc3e69a7402e11a6508310671713fe659 (diff)
Merge branch 'master' of https://github.com/imsnif/what
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1c28632..c17f323 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,14 @@ This is my first attempt at Rust. :)
`what` sniffs a given network interface and records IP packet size, cross referencing it with the `/proc` filesystem. It is responsive to the terminal window size, displaying less info if there is no room for it. It will also attempt to resolve ips to their host name in the background using reverse DNS on a best effort basis.
### Installation
-At the moment, `what` is available through Cargo as a binary crate.
+
+#### Arch Linux
+
+```
+yay -S what
+```
+
+#### Other Linux flavours
```
cargo install what