Update install instructions with current go standards

Use of "go install" instead of "go get".
pull/185/head
John Doe 1 year ago committed by GitHub
parent 5a57cf1113
commit 07141c3736
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,7 +13,7 @@ Direct downloads are available through the [releases page](https://github.com/Er
If you have Go installed on your computer just run `go get`.
go get github.com/ericchiang/pup
go install github.com/ericchiang/pup@latest
If you're on OS X, use [Homebrew](http://brew.sh/) to install (no Go required).

Loading…
Cancel
Save