Skip to content

Go Install

  1. Install Go.
  2. Clone the cani repo: https://github.com/Cray-HPE/cani.git
  3. 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