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