Installation #
There are three options of installation:
- Go install
- Docker
- Go build from source
Go install #
go install versori.dev/vergo
vergo --help
Docker #
docker run --rm -it versori.dev/vergo:latest --help
Go build from source #
git clone [email protected]:versori/vergo
cd vergo
go build ./cmd/vergo
./vergo --help