Skip to content
Merged
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
9 changes: 9 additions & 0 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@ You can also install using [Scoop](https://scoop.sh/) on Windows:
scoop install conftest
```

## Mise

You can also install using [Mise](https://github.com/jdx/mise) on Linux/MacOS/Windows:

```console
mise use -g conftest@latest
```


## Docker

Conftest Docker images are also available. Simply mount your configuration and
Expand Down
Loading