Skip to content

Commit 0dc378d

Browse files
committed
docs: update readme. Fixes #405
1 parent 604c0f5 commit 0dc378d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,9 @@ Learn everything in Pact Go in 60 minutes: https://github.com/pact-foundation/pa
8080

8181
```shell
8282
# 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
83+
go get github.com/pact-foundation/pact-go/v2
84+
# install CLI tools
85+
go install github.com/pact-foundation/pact-go/v2
8786

8887
# download and install the required libraries. The pact-go will be installed into $GOPATH/bin, which is $HOME/go/bin by default.
8988
pact-go -l DEBUG install

0 commit comments

Comments
 (0)