From daa3548f6bf7534bbaf294fbc7c42944f1ee91e9 Mon Sep 17 00:00:00 2001 From: "Marcelo Moniz (personal account)" Date: Sat, 22 Feb 2025 21:26:14 -0300 Subject: [PATCH] Update README.mkd of ettu by changing 'go get' to 'go install' when installing using the command 'go get -u github.com/tomnomnom/hacks/ettu' we receive the message 'go get is no longer supported outside a module. To build and install a command, use go install...' This change applies this suggestion, using 'go install' instead of 'go get' --- ettu/README.mkd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ettu/README.mkd b/ettu/README.mkd index 2a16c72..32e9b10 100644 --- a/ettu/README.mkd +++ b/ettu/README.mkd @@ -9,7 +9,7 @@ it though. ## Install ``` -go get -u github.com/tomnomnom/hacks/ettu +go install -v github.com/tomnomnom/hacks/ettu@latest ``` ## Usage