-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Mikhail Savin edited this page Jan 22, 2025
·
2 revisions
Welcome to the gch wiki!
gch – is my personal Go CLI Helper!
For installation you need to load latest version from Release page and download version for you platform.
Another way is usage go install
:
# Get latest version from CLI
VERSION=`curl -sSL https://api.github.com/repos/jtprogru/gch/releases/latest -s | jq .name -r`
go install github.com/jtprogru/gch@$VERSION