diff --git a/README.md b/README.md index 40ca391..b2ed348 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,23 @@ You can reach our team via research[α𝓽]runZero.com. https://SSHamble.com/ + +## Installation + +SSHamble requires a recent version of Go (1.22.6+) + +$ go install github.com/runZeroInc/sshamble@latest + +To build from source locally: + +$ git clone https://github.com/runZeroInc/sshamble +$ cd sshamble +$ go build -o sshamble + ## Usage ``` -$ go run main.go -h +$ sshamble scan -h ▀██▄ ▀███████████████████████████████████████████████████████████████████████████████████████████ ▀██▄ @@ -52,4 +65,4 @@ Flags: -h, --help help for sshamble Use "sshamble [command] --help" for more information about a command. -``` \ No newline at end of file +```