mirror of
https://github.com/ericchiang/pup
synced 2025-01-15 02:00:55 +00:00
Update go get in README
`go get` is now deprecated for installing executables. See: https://go.dev/doc/go-get-install-deprecation And indeed doesn't work any more. So use the replacement `go install` instead.
This commit is contained in:
parent
5a57cf1113
commit
0de7caa778
@ -11,9 +11,9 @@ fast and flexible way of exploring HTML from the terminal.
|
||||
|
||||
Direct downloads are available through the [releases page](https://github.com/EricChiang/pup/releases/latest).
|
||||
|
||||
If you have Go installed on your computer just run `go get`.
|
||||
If you have Go installed on your computer just run `go install`.
|
||||
|
||||
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…
Reference in New Issue
Block a user