Installation

Installation #

There are three options of installation:

  1. Go install
  2. Docker
  3. 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