@@ 1,1 1,27 @@
# [GreyNoise-cli](https://git.arthurmelton.com/greynoise-cli)
+
+# Install
+
+```
+cargo install --git https://git.arthurmelton.com/greynoise-cli
+```
+
+# Run
+
+```
+A cli program to check ips
+
+Usage: gn <IP> <COMMAND>
+
+Commands:
+ noise How much noise do they make on the internet
+ riot The person / company running the ip
+ help Print this message or the help of the given subcommand(s)
+
+Arguments:
+ <IP> The ip that you want to check
+
+Options:
+ -h, --help Print help information
+ -V, --version Print version information
+```