From f63874c3d3e656fb25ac3a156b3e6aeac65e520a Mon Sep 17 00:00:00 2001 From: PJ Date: Thu, 13 Jul 2023 22:48:36 +0530 Subject: [PATCH] Update installation command to use "go install" instead of "go get"(deprecated) in README.md file (#437) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f503db7..f2f9be8f 100644 --- a/README.md +++ b/README.md @@ -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