From 92bef3c6a81c172e3f81621d3454f6a0e82e37cd 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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 43fd7ff..79da666 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,9 @@ 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 +curl -L "https://github.com/dustinblackman/gomodrun/archive/refs/heads/master.tar.gz" | tar zxvf - -C /tmp +cd /tmp/gomodrun-master/cmd/gomodrun +go install . ``` ## Usage