Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.01 KB

INSTALLATION.md

File metadata and controls

48 lines (30 loc) · 1.01 KB

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

Arch Linux

gengo is available as an AUR package. It can be installed using an AUR helper (e.g. paru):

paru -S gengo

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.