Skip to content

Commit

Permalink
Updated installation instructions in README.md
Browse files Browse the repository at this point in the history
Added go install method for Go  v1.16+
  • Loading branch information
0xbharath authored Oct 25, 2022
1 parent 5dc907b commit a02d430
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,16 @@ func main() {

First, install tml:

Install Go and run the following command.

```
# For Go 1.16+
# Make sure that `$GOPATH/bin` is in your `$PATH`, because that's where this gets installed
go install github.com/liamg/tml/tml@latest
# For Go <1.16
go get -u github.com/liamg/tml/tml
```

Expand Down

0 comments on commit a02d430

Please sign in to comment.