From b6c8905033b1b8894846690b755bf4831e1d38c5 Mon Sep 17 00:00:00 2001 From: Daniel Nephin Date: Mon, 10 Apr 2023 15:54:05 -0400 Subject: [PATCH 1/2] Add prometheus to readme links --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3855b742..92abea92 100644 --- a/README.md +++ b/README.md @@ -422,6 +422,7 @@ The projects below use (or have used) gotestsum. * [etcd](https://github.com/etcd-io/etcd/blob/main/tools/mod/tools.go) * [hashicorp/vault](https://github.com/hashicorp/vault/blob/main/tools/tools.go) * [hashicorp/consul](https://github.com/hashicorp/consul/blob/main/.github/workflows/reusable-unit.yml) +* [prometheus](https://github.com/prometheus/prometheus/blob/main/Makefile.common) * [minikube](https://github.com/kubernetes/minikube/blob/master/hack/jenkins/common.ps1) * [influxdb](https://github.com/influxdata/influxdb/blob/master/scripts/ci/build-tests.sh) * [pulumi](https://github.com/pulumi/pulumi/blob/master/.github/workflows/ci.yml) From 242ffb1473ac62b0cb84384da0cbcc1347135118 Mon Sep 17 00:00:00 2001 From: Daniel Nephin Date: Wed, 19 Apr 2023 16:21:06 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 92abea92..0373c9e1 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ It is designed to work well for both local development, and for automation like ## Install Download a binary from [releases](https://github.com/gotestyourself/gotestsum/releases), or build from -source with `go install gotest.tools/gotestsum@latest`. With `go` version before 1.17, use `go get gotest.tools/gotestsum`. +source with `go install gotest.tools/gotestsum@latest`. To run without installing use +`go run gotest.tools/gotestsum@latest`. ## Documentation