We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 604c0f5 commit 0dc378dCopy full SHA for 0dc378d
README.md
@@ -80,10 +80,9 @@ Learn everything in Pact Go in 60 minutes: https://github.com/pact-foundation/pa
80
81
```shell
82
# install pact-go as a dev dependency
83
-go get github.com/pact-foundation/pact-go/v2@2.x.x
84
-
85
-# NOTE: If using Go 1.19 or later, you need to run go install instead
86
-# go install github.com/pact-foundation/pact-go/v2@2.x.x
+go get github.com/pact-foundation/pact-go/v2
+# install CLI tools
+go install github.com/pact-foundation/pact-go/v2
87
88
# download and install the required libraries. The pact-go will be installed into $GOPATH/bin, which is $HOME/go/bin by default.
89
pact-go -l DEBUG install
0 commit comments