docs: add install and usage guide in README

main
hau 2020-11-11 22:38:44 +07:00
parent 8867bd3d23
commit ac0a564966
1 changed files with 16 additions and 0 deletions

16
README.md Normal file
View File

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