chore(readme): add go 1.16 guide install

main
Tran Hau 2021-03-16 08:57:32 +00:00
parent cdad5491c7
commit 3c469a1d29
1 changed files with 8 additions and 0 deletions

View File

@ -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
```