Download
- Install for Windows
- Extract the contents to a preferred folder, e.g., D:\Tools\Goku
- Press Win + S, type "Environment Variables", and select "Edit the system environment variables".
- In the System Properties window, select "Environment Variables"
- Modify the Path Variable
- Under System variables (or User variables, depending on your preference), locate and select the Path variable, then click Edit.
- In the Edit Environment Variable window, click New and paste the full path to the folder where the executable is located (e.g., D:\Tools\Goku).
- Save and Apply Changes
- Install with Homebrew - MacOS
brew tap devopsguyxd/goku_releases
brew install devopsguyxd/goku_releases/goku
- Install for Linux
wget -q https://github.com/DevopsGuyXD/Goku_Releases/archive/refs/tags/v0.0.1_linux_amd64.tar.gz -O goku.tar.gz
tar -xzf goku.tar.gz
chmod 755 Goku_Releases-0.0.1_linux_amd64/goku
sudo mv Goku_Releases-0.0.1_linux_amd64/goku /usr/local/bin/goku
rm -rf Goku_Releases-0.0.1_linux_amd64 goku.tar.gz