From 2634818c0a1097da935d7137b3620249e679223b Mon Sep 17 00:00:00 2001 From: Michael McMahon Date: Tue, 30 Aug 2022 15:21:21 -0400 Subject: [PATCH] Updating go install command. (#167) Co-authored-by: Michael McMahon --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8496e08..3c05bc8 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ you will need Go. Use a newer one that supports modules. ```bash # Fetches and installs tut. Usally /home/user/go/bin -go get -u github.com/RasmusLindroth/tut +go install github.com/RasmusLindroth/tut@latest # You can also clone the repo if you like # First clone this repository