Browse Source

Updating go install command. (#167)

Co-authored-by: Michael McMahon <michael@fsf.org>
pull/184/head
Michael McMahon 4 years ago committed by GitHub
parent
commit
2634818c0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
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

Loading…
Cancel
Save