From 483b602bfdd19cbf0fa1fbaf76d25bb8a9670687 Mon Sep 17 00:00:00 2001 From: Zepher Ashe Date: Thu, 2 May 2024 14:38:58 +0100 Subject: [PATCH 1/2] Update README.md Replaced `go get` to `go install`. `go get` has been deprecated since v1.17. https://github.com/oauth2-proxy/oauth2-proxy/issues/2033 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a24ac88..301f9cf 100644 --- a/README.md +++ b/README.md @@ -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). From 50f3d6cd7264a6a30bc76ad01a998add12028e24 Mon Sep 17 00:00:00 2001 From: Zepher Ashe Date: Thu, 2 May 2024 14:41:47 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 301f9cf..0bff254 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ If you're on OS X, use [Homebrew](http://brew.sh/) to install (no Go required). ## Quick start +`pup` binary will be available at `~/go/bin/pup` + ```bash $ curl -s https://news.ycombinator.com/ ```