This will download a binary from the latest GitHub release.
Invoke-RestMethod "https://raw.githubusercontent.com/spenserblack/gengo/main/install.ps1" | Invoke-Expression
If you get an error regarding execution policy, please read the error carefully and determine the execution policy that is right for you. You may try re-running the installation script if you have updated the execution policy.
gengo is installable via Scoop. See the Scoop manifest.
scoop install https://raw.githubusercontent.com/spenserblack/gengo/main/scoop/gengo.json
This will download 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
gengo is available as an AUR package. It can be installed using an AUR helper (e.g. paru):
paru -S gengo
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.