Skip to content

Commit

Permalink
Update installation command to use "go install" instead of "go get"(d…
Browse files Browse the repository at this point in the history
…eprecated) in README.md file (#437)
  • Loading branch information
priyanshujain authored Jul 13, 2023
1 parent edbc09d commit f63874c
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 @@ -77,7 +77,7 @@ API does, and might differ in nuanced (and potentially dangerous) ways.
If you have Go installed, you can install the basic binary with:

```sh
go get -u github.com/stripe/stripe-mock
go install github.com/stripe/stripe-mock@latest
```

With no arguments, stripe-mock will listen with HTTP on its default port of
Expand Down

0 comments on commit f63874c

Please sign in to comment.