Merge pull request #86 from CarlJi/0730

README: clarify the go version for goc developing
This commit is contained in:
Changjun Ji 2020-07-30 18:13:59 +08:00 committed by GitHub
commit f9ed270036
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,9 +14,10 @@ Enjoy, Have Fun!
![Demo](docs/images/intro.gif)
## Installation
To install goc tool, you need to install Go first (**version 1.11+ is required**), then:
```go get -u github.com/qiniu/goc```
Download the latest version from [Github Releases](https://github.com/qiniu/goc/releases) page.
For developing, you need install Go first (**version 1.13+ is required**).
## Examples
You can use goc tool in many scenarios.