summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2019-10-17 22:41:40 +0200
committerGitHub <noreply@github.com>2019-10-17 22:41:40 +0200
commitc3cd9b59ad8eda440a9ad963430ac20b8f1cb090 (patch)
tree0270e285dadbf059aadbc1cb53f0164fc7e40ce5
parent784b629f39e72923a5734ce33a6900760e18822e (diff)
docs(readme): installation through cargo
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index d1ff4e4..60c657a 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,8 @@ This is my first attempt at Rust. :)
### Installation
At the moment, `what` is available through Cargo as a binary package.
+`cargo install what`
+
### Usage
`what -i <interface-name>` eg. `what -i eth0`