Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed Sep 15, 2023
1 parent dff3aea commit 67cf310
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,11 @@ Add `PATH` setting your shell config file (`.bashrc` or `.zshrc`).

```sh
export PATH="$HOME/.gobrew/current/bin:$HOME/.gobrew/bin:$PATH"

# optionally set
export GOROOT="$HOME/.gobrew/current/go"
# or
export GOPATH="$HOME/.gobrew/current/go"
```

Reload config.
Expand Down Expand Up @@ -317,3 +321,5 @@ alias cd='builtin cd "$@" && ls go.mod 2> /dev/null && gobrew use mod'
- v1.8.2 - Prune old go versions, bug fix and `go.mod` auto detection
- v1.8.4 - Light background terminal support
- v1.8.6 - Fixes where 1.20.0 was detected as 1.20
- v1.9.0 - v1.8.6 ~ v1.9.0, updates colors packages, fixes UT issues for Github status codes
- v1.9.1 - Minor logging fixes

0 comments on commit 67cf310

Please sign in to comment.