andrewkroh / gvm

Go Version Manager (written in Go for cross-platform usability)
Apache License 2.0
186 stars 24 forks source link

Add support to install go from source #12

Closed urso closed 6 years ago

urso commented 6 years ago

Building from source requires an active go environment (use gvm to install a binary) and git for checkout. On Windows cmd /C make.bat is used for building. Other systems will run bash make.bash.

ruflin commented 6 years ago

I assume title should say Go from. source?

urso commented 6 years ago

I assume title should say Go from. source?

Yeah. After typing go,git,gvm for hours in terminal it's become too easy get use the wrong one :)

andrewkroh commented 6 years ago

I tried out gvm use tip on windows. 👍