Skip to content

Commit

Permalink
update: README for how to install and details
Browse files Browse the repository at this point in the history
  • Loading branch information
Ja7ad committed Nov 11, 2022
1 parent 087fb5f commit 833cf72
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
# gvm
Go version manager tool
Go version manager tool, for install, upgrade or downgrade easy you golang.

# install

1. install with go:
```shell
go install github.com/GoFarsi/gvm@latest
```

2. install from [release page](https://github.com/GoFarsi/gvm/releases).

# TODO
- [x] gvm for linux
- [ ] mac os
- [ ] windows
- [ ] test code

0 comments on commit 833cf72

Please sign in to comment.