Skip to content

Commit

Permalink
install go module with go install instead of go get
Browse files Browse the repository at this point in the history
  • Loading branch information
j143 authored Dec 25, 2021
1 parent 0f93863 commit 178baa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion claat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The binaries, as well as their checksums are available at the

Alternatively, if you have [Go installed](https://golang.org/doc/install):

go get github.com/googlecodelabs/tools/claat
go install github.com/googlecodelabs/tools/claat@latest

If none of the above works, compile the tool from source following Dev workflow
instructions below.
Expand Down

0 comments on commit 178baa7

Please sign in to comment.