summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2019-11-11 21:04:53 +0100
committerGitHub <noreply@github.com>2019-11-11 21:04:53 +0100
commitacea124cc3e69a7402e11a6508310671713fe659 (patch)
treeab588586463e44f494cf9db1e696c3f1cc08ea65 /README.md
parentb1fcf8c6c7f95d90746070d091da7ea6beff4574 (diff)
docs(readme): Add arch linux installation - yay!
Diffstat (limited to 'README.md')
-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