Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,23 @@ prek is also available via [`taiki-e/install-action`](https://github.com/taiki-e

</details>

<details>
<summary>asdf</summary>

<!-- --8<-- [start: asdf-install] -->

```bash
asdf plugin add prek https://github.com/AlliotTech/asdf-prek.git
asdf list all prek
asdf install prek latest
# or
asdf install prek <version>
```

<!-- --8<-- [end: asdf-install] -->

</details>

<!-- --8<-- [start: self-update] -->

If installed via the standalone installer, prek can update itself to the latest version:
Expand Down
4 changes: 4 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ npm add -D @j178/prek

--8<-- "README.md:cargo-binstall"

### asdf

--8<-- "README.md:asdf-install"

## Docker

prek provides a Docker image at
Expand Down