Skip to content

Commit

Permalink
doc: add shell-manager to installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Finkregh authored Aug 29, 2024
1 parent 2e01e8c commit 9e9edb3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions site/site/cli/installation/binary.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ The default build with commonly-used features.
- [Windows (x86)](https://github.com/tamasfe/taplo/releases/latest/download/taplo-windows-x86.zip)
- [Windows (x86_64)](https://github.com/tamasfe/taplo/releases/latest/download/taplo-windows-x86_64.zip)

#### Installation with shell managers

[Zinit](https://github.com/zdharma-continuum/zinit):

```shell
zi for from'gh-r' sbin'taplo* -> taplo' @tamasfe/taplo
```


### Full Build

Expand All @@ -38,6 +46,15 @@ The full build contains the following additional features:
- [Windows (x86)](https://github.com/tamasfe/taplo/releases/latest/download/taplo-full-windows-x86.zip)
- [Windows (x86_64)](https://github.com/tamasfe/taplo/releases/latest/download/taplo-full-windows-x86_64.zip)


#### Installation with shell managers

[Zinit](https://github.com/zdharma-continuum/zinit):

```shell
zi for from'gh-r' bpick'*full*' sbin'taplo* -> taplo' @tamasfe/taplo
```

## Example

```bash
Expand Down

0 comments on commit 9e9edb3

Please sign in to comment.