From a32fd2def724df436ce2262b1a582acdd2d7a2ff Mon Sep 17 00:00:00 2001 From: Dustin Blackman Date: Wed, 7 Feb 2024 15:20:01 -0500 Subject: [PATCH] docs: Install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43fd7ff..105dcf2 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ The forgotten go tool that executes and caches binaries included in go.mod files ### Source ```sh -go get -u github.com/dustinblackman/gomodrun/cmd/gomodrun +go install github.com/dustinblackman/gomodrun/cmd/gomodrun@latest ``` ## Usage