Skip to content

Commit

Permalink
docs: specific the v1 prefix when installing Pact Go
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Fellows committed Oct 18, 2019
1 parent 06e8e4a commit dda1b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit dda1b80

Please sign in to comment.