Skip to content

Commit

Permalink
Update README to use "go install" instead of "go get"
Browse files Browse the repository at this point in the history
  • Loading branch information
benhoyt committed Mar 16, 2023
1 parent 8366ce6 commit bada53c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Go code from the command line.

usage: gosnip [-d] [-i import ...] statements...

To download and install, use "go get":
To download and install, use `go install`:

$ go get github.com/benhoyt/gosnip
$ go install github.com/benhoyt/gosnip@latest

For simple uses, just specify one or more Go statements on the
command line, and gosnip will roll them into a full Go program and
Expand Down

0 comments on commit bada53c

Please sign in to comment.