From 8493f9635a1792ac6b1417368ff05c61e7ed98d0 Mon Sep 17 00:00:00 2001 From: Priyanshu Jain Date: Thu, 13 Jul 2023 22:32:53 +0530 Subject: [PATCH] Update installation command to use "go install" instead of "go get"(deprecated) in README.md file --- 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