Skip to content

Commit

Permalink
always download the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankit Charolia committed Aug 9, 2023
1 parent 2b51129 commit b56c3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ goenv is a command-line tool to manage multiple versions of Golang on your syste
## Installation
**Download**: https://github.com/ankitcharolia/goenv/releases
```shell
wget -O - https://github.com/ankitcharolia/goenv/releases/download/<VERSION>/goenv-linux-amd64.tar.gz | tar -xz -C ~/.go
wget -O - https://github.com/ankitcharolia/goenv/releases/latest/download/goenv-linux-amd64.tar.gz | tar -xz -C ~/.go
export PATH=$HOME/.go:$PATH >> ~/.bashrc
source ~/.bashrc
```
Expand Down

0 comments on commit b56c3b9

Please sign in to comment.