/gosh-build-tools

Builder and tools for GOSH

Primary LanguageRust

GOSH

GOSH Documentation

Installation

wget -O - https://raw.githubusercontent.com/gosh-sh/gosh-build-tools/dev/install.sh | bash -s
export PATH=$PATH:$HOME/.gosh

By default, script installs latest release to the default path $HOME/.gosh/, but you can customize it with env variables:

TAG=0.3.0 BINARY_PATH=/usr/local/bin ./install.sh