diff --git a/README.md b/README.md index b5873a1..0c63a49 100644 --- a/README.md +++ b/README.md @@ -64,10 +64,18 @@ Mutation testing is also especially interesting for comparing automatically gene ## How do I use go-mutesting? -go-mutesting includes a binary which is go-getable. +### Install + +**Go version < 1.16:** + +```bash +GO111MODULE=on go get github.com/zimmski/go-mutesting/cmd/go-mutesting@latest +``` + +**Go 1.16+:** ```bash -go get -t -v github.com/zimmski/go-mutesting/... +go install github.com/zimmski/go-mutesting/cmd/go-mutesting@latest ``` The binary's help can be invoked by executing the binary without arguments or with the `--help` argument.