From 3c469a1d299dd33820b56aceef15bc09ecbca4bf Mon Sep 17 00:00:00 2001 From: Tran Hau Date: Tue, 16 Mar 2021 08:57:32 +0000 Subject: [PATCH] chore(readme): add go 1.16 guide install --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index ee966ba..d6e99af 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,14 @@ Run `go test` with color. ## Install +With Go version `>= 1.16`: + +```sh +go install github.com/haunt98/go-test-color@latest +``` + +With Go version `< 1.16`: + ```sh GO111module=on go get -u github.com/haunt98/go-test-color ```