Behind the scenes, this script downloads a binary from the latest GitHub release.
This will activate sudo
to write the executable. Please review the install script before
running it.
curl https://raw.githubusercontent.com/spenserblack/gengo/main/install.sh | sh
Download the appropriate file from a release.
The following installs the gengo
binary.
cargo install gengo-bin
You can build a docker image and run it as well.
docker build -t gengo .
docker run --rm -v $(pwd):$(pwd) -w $(pwd) -t gengo
Or pull it from the GitHub Container Registry.