Go Install
- Install Go.
- Clone the cani repo: https://github.com/Cray-HPE/cani.git
- Run or build the binary
go run main.go # run the app directly using go
make bin # use the makefile to make the binary with support for the version subcommand
go build -o bin/cani # quickly build without support for the version subcommand