From dda1b80625469d93f5511c4d672fa1e1591ecad4 Mon Sep 17 00:00:00 2001 From: Matt Fellows Date: Fri, 18 Oct 2019 14:55:29 +1100 Subject: [PATCH] docs: specific the v1 prefix when installing Pact Go --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23b95e1af..52bd9929a 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ _\*_ v3 support is limited to the subset of functionality required to enable lan 1. Download the latest [CLI tools] of the standalone tools and ensure the binaries are on your `PATH`: 1. Unzip the package into a known location, and ensuring the `pact` and other binaries in the `bin` directory are on the `PATH`. -1. Run `go get -d github.com/pact-foundation/pact-go` to install the source packages +1. Run `go get github.com/pact-foundation/pact-go@v1` to install the source packages See below for how to automate this: