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