Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
bokwoon95 committed Apr 29, 2024
1 parent 4d4444c commit 432bc5a
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 @@ -8,7 +8,7 @@

## Installation

You can download binaries from [the release page](https://github.com/bokwoon95/wgo/releases/latest), or use the Go command:
You can [download](#one-liner-to-download-from-releases) binaries from [the release page](https://github.com/bokwoon95/wgo/releases/latest), or use the Go command:

```shell
go install github.com/bokwoon95/wgo@latest
Expand Down Expand Up @@ -318,7 +318,7 @@ See [START\_HERE.md](https://github.com/bokwoon95/wgo/blob/main/START_HERE.md).

```shell
# macOS/Linux (replace wgo-macos-apple-silicon with wgo-macos | wgo-linux | wgo-linux-arm)
curl -L -o wgo "$(curl -s 'https://api.github.com/repos/bokwoon95/wgo/releases/latest' | grep '\s*"browser_download_url":\s*".*wgo-macos-apple-silicon"' | sed 's/^\s*"browser_download_url": "\|"$//g')"
curl -L -o wgo "$(curl -s 'https://api.github.com/repos/bokwoon95/wgo/releases/latest' | grep '^\s*"browser_download_url":\s*".*wgo-macos-apple-silicon"' | sed 's/^\s*"browser_download_url":\s*"\|"$//g')"
```

```powershell
Expand Down

0 comments on commit 432bc5a

Please sign in to comment.