Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankit Charolia committed Jul 28, 2023
1 parent fb67620 commit 311b154
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Installed Golang versions:

## Supported Shell
* Bash
* Zsh (WIP)
* Zsh (WIP) [WORKAROUND: Add `export PATH=$HOME/.go/<Installed GO Version>/bin:$PATH` to `zshrc` file]

## Support
Feel free to create an Issue/Pull Request if you find any bug with `goenv`
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ func uninstallGoVersion(version string) {
} else {
fmt.Printf("Go version %s is not installed. Please install it first.\n", version)
}

}
}

Expand Down

0 comments on commit 311b154

Please sign in to comment.