From f30f38d170ec75e2bdcba0e3cdde2090f7bc85b7 Mon Sep 17 00:00:00 2001 From: Akrit Woranithiphong <42697407+AkritW@users.noreply.github.com> Date: Tue, 17 Jan 2023 16:09:55 +0700 Subject: [PATCH 1/2] update go get to go install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5873a1..4f95f95 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Mutation testing is also especially interesting for comparing automatically gene go-mutesting includes a binary which is go-getable. ```bash -go get -t -v github.com/zimmski/go-mutesting/... +go install -v github.com/zimmski/go-mutesting/... ``` The binary's help can be invoked by executing the binary without arguments or with the `--help` argument. From c238af1232c11b63af52933d40df84438316d828 Mon Sep 17 00:00:00 2001 From: Akrit Woranithiphong Date: Wed, 10 May 2023 15:43:56 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f95f95..56ee08b 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Mutation testing is also especially interesting for comparing automatically gene go-mutesting includes a binary which is go-getable. ```bash -go install -v github.com/zimmski/go-mutesting/... +go install github.com/zimmski/go-mutesting/@latest ``` The binary's help can be invoked by executing the binary without arguments or with the `--help` argument.