diff --git a/README.md b/README.md new file mode 100644 index 0000000..6327a4f --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# go-test-color + +Run `go test` with color. + +## Install + +```sh +GO111module=on go get -u github.com/haunt98/go-test-color +``` + +## Usage + +```sh +# Simply replace go test with go-test-color +go-test-color -v ./... +```