chore(readme): add go 1.16 guide install
parent
cdad5491c7
commit
3c469a1d29
|
@ -7,6 +7,14 @@ Run `go test` with color.
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
|
With Go version `>= 1.16`:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
go install github.com/haunt98/go-test-color@latest
|
||||||
|
```
|
||||||
|
|
||||||
|
With Go version `< 1.16`:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
GO111module=on go get -u github.com/haunt98/go-test-color
|
GO111module=on go get -u github.com/haunt98/go-test-color
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue