Skip to content

Commit

Permalink
Merge pull request #366 from bluebrown/fix/docs/binary-download-links
Browse files Browse the repository at this point in the history
  • Loading branch information
panekj committed May 15, 2023
2 parents 165a272 + 3939225 commit 5ff730a
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions site/site/cli/installation/binary.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ The default build with commonly-used features.

#### Download

- [Linux (x86_64)](https://github.com/tamasfe/taplo/releases/latest/download/taplo-x86_64-unknown-linux-gnu.tar.gz)
- [macOS (x86_64)](https://github.com/tamasfe/taplo/releases/latest/download/taplo-x86_64-apple-darwin-gnu.tar.gz)
- [Linux (x86_64)](https://github.com/tamasfe/taplo/releases/latest/download/taplo-linux-x86_64.gz)
- [macOS (x86_64)](https://github.com/tamasfe/taplo/releases/latest/download/taplo-darwin-x86_64.gz)
- Windows coming soon...

### Full Build
Expand All @@ -25,6 +25,13 @@ The full build contains the following additional features:

#### Download

- [Linux (x86_64)](https://github.com/tamasfe/taplo/releases/latest/download/taplo-full-x86_64-unknown-linux-gnu.tar.gz)
- [macOS (x86_64)](https://github.com/tamasfe/taplo/releases/latest/download/taplo-full-x86_64-apple-darwin-gnu.tar.gz)
- Windows coming soon...
- [Linux (x86_64)](https://github.com/tamasfe/taplo/releases/latest/download/taplo-full-linux-x86_64.gz)
- [macOS (x86_64)](https://github.com/tamasfe/taplo/releases/latest/download/taplo-full-darwin-x86_64.gz)
- Windows coming soon...

## Example

```bash
curl -fsSL https://github.com/tamasfe/taplo/releases/latest/download/taplo-full-linux-x86_64.gz \
| gzip -d - | install -m 755 /dev/stdin /usr/local/bin/taplo
```

0 comments on commit 5ff730a

Please sign in to comment.