Install
Install
Prerequisites
- Go 1.21 or newer
- Git access (SSH or HTTPS) to your secrets repositories
Install from source
go install github.com/aottr/nox/cmd/nox@latestThis installs the latest binary into your GOPATH/bin
Install from release
TODO
Build from repository
git clone https://github.com/aottr/nox.git
cd nox
make buildThe binary will be in the bin directory