Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 851 Bytes

INSTALLATION.md

File metadata and controls

39 lines (24 loc) · 851 Bytes

Installation

Install Script

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.

Unix

curl https://raw.githubusercontent.com/spenserblack/gengo/main/install.sh | sh

From GitHub Releases

Download the appropriate file from a release.

With cargo

The following installs the gengo binary.

cargo install gengo-bin

Docker

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.