From 7c59d82fc4fa8c81fcc6659e0a49179e201eb9d2 Mon Sep 17 00:00:00 2001 From: jichangjun Date: Thu, 30 Jul 2020 17:48:01 +0800 Subject: [PATCH] README: clarify the go version for goc developing --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e17fbfa..4d8aa99 100644 --- a/README.md +++ b/README.md @@ -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.