From 34bf81a85ecffd5b1c6e99f06e6b74ef93ad109b Mon Sep 17 00:00:00 2001 From: Cameron Cooper Date: Wed, 7 Feb 2024 12:16:07 -0600 Subject: [PATCH] update installation instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e012c4..d881156 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,10 @@ Prebuilt binaries can be downloaded from the [Releases](https://github.com/coins brew install coinset-org/cli/coinset ``` -### Go Get +### Go Install ```bash -go get coinset-org/cli/cmd/coinset +go install github.com/coinset-org/cli/cmd/coinset@latest ``` ### Build from Source