Skip to content

Commit

Permalink
docs: update readme. Fixes #405
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Apr 23, 2024
1 parent 604c0f5 commit 0dc378d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,9 @@ Learn everything in Pact Go in 60 minutes: https://github.com/pact-foundation/pa

```shell
# install pact-go as a dev dependency
go get github.com/pact-foundation/pact-go/[email protected]

# NOTE: If using Go 1.19 or later, you need to run go install instead
# go install github.com/pact-foundation/pact-go/[email protected]
go get github.com/pact-foundation/pact-go/v2
# install CLI tools
go install github.com/pact-foundation/pact-go/v2

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

0 comments on commit 0dc378d

Please sign in to comment.