kevincobain2000 / gobrew

Go version manager, written in Go. Super simple tool to install and manage Go versions. Install go without root. Gobrew doesn't require shell rehash.
https://medium.com/web-developer/go-version-manager-gobrew-c8750157dfe6
MIT License
358 stars 24 forks source link

installer script #177

Closed kevincobain2000 closed 5 months ago

kevincobain2000 commented 5 months ago

Fixes #176

╰─$ cat git.io.sh| sh -s -- v1.10.4
Installing gobrew from: https://github.com/kevincobain2000/gobrew/releases/download/v1.10.4/gobrew-darwin-arm64

######################################################################## 100.0%
Installed successfully to: /Users/pulkit.kathuria/.gobrew/bin/gobrew
============================

╰─$ gobrew version
[INFO] gobrew version is 1.10.4

Normally

╰─$ cat git.io.sh| sh
Installing gobrew from: https://github.com/kevincobain2000/gobrew/releases/latest/download/gobrew-darwin-arm64

######################################################################## 100.0%

╰─$ gobrew version
[INFO] gobrew version is 1.10.6
kevincobain2000 commented 5 months ago

No need to add to README, this utility is for you and I.