From 440c80b362ae10c4766ec919ae29d332ef34c947 Mon Sep 17 00:00:00 2001 From: Daniel Sockwell Date: Fri, 31 Mar 2023 14:58:21 -0400 Subject: [PATCH] Update "go get" syntax to "go install" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The `go get -u …` command in the current README is no longer supported; this updates to the current `go install …` syntax. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dcfca4e..d118564 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ yay -S fast || paru -S fast > golang user can install from the source code ```sh -go get -u github.com/ddo/fast +go install github.com/ddo/fast@latest ``` ## Usage