Skip to content

Commit

Permalink
doc: Update README.md to include new links for pre-compiled binaries. (
Browse files Browse the repository at this point in the history
  • Loading branch information
andyrzhao authored Dec 5, 2024
1 parent 7fb0aba commit 41b4147
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,19 @@ accounts and service accounts in different environments:

### Pre-compiled binaries

Pre-built binaries are available for Darwin (Mac OS X), Linux, and Windows. You
can download a build for any tag, for example:
Pre-built binaries are available for Darwin (Mac OS X), Linux, and Windows. The latest
releases can be downloaded from the links below:

| OS | Link |
| ------- | --------------------------------------------------------------- |
| Darwin | https://storage.googleapis.com/oauth2l/latest/darwin_amd64.tgz |
| Linux | https://storage.googleapis.com/oauth2l/latest/linux_amd64.tgz |
| Windows | https://storage.googleapis.com/oauth2l/latest/windows_amd64.tgz |
| OS | Link |
| -------------- | --------------------------------------------------------------- |
| Darwin (amd64) | https://storage.googleapis.com/oauth2l/latest/darwin_amd64.tgz |
| Darwin (arm64) | https://storage.googleapis.com/oauth2l/latest/darwin_arm64.tgz |
| Linux (amd64) | https://storage.googleapis.com/oauth2l/latest/linux_amd64.tgz |
| Linux (arm64) | https://storage.googleapis.com/oauth2l/latest/linux_arm64.tgz |
| Windows (amd64)| https://storage.googleapis.com/oauth2l/latest/windows_amd64.tgz |

Substitute "latest" for any tag version you'd like, removing any leading "v"
prefix.
To download an older version, substitute "latest" for any tagged version you like,
omitting the "v" prefix (ex: 1.3.1).

### Homebrew (Mac OS X)

Expand All @@ -58,8 +60,8 @@ On Mac OS X, you can install `oauth2l` via [Homebrew](https://brew.sh):
$ brew install oauth2l
```

Note that new releases may not be immediately available via Homebrew because
updating is a manual process.
Note that new releases may not be immediately available via Homebrew due to propagation delay.
Details are available at [Homebrew oauth2l page](https://formulae.brew.sh/formula/oauth2l).

### Docker

Expand Down

0 comments on commit 41b4147

Please sign in to comment.