Skip to content

Commit

Permalink
docs: add the installation guide with aqua
Browse files Browse the repository at this point in the history
Add  installation guide with aqua.

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
suzuki-shunsuke authored and frezbo committed Feb 15, 2024
1 parent da80745 commit e2ea2cf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ Third option is to run it as a container:
docker run --rm -it -v $PWD:/src -w /src ghcr.io/siderolabs/conform:v0.1.0-alpha.22 enforce
```

You can also install conform with [aqua](https://aquaproj.github.io/).

```bash
aqua g -i siderolabs/conform
```

Now, create a file named `.conform.yaml` with the following contents:

```yaml
Expand Down

0 comments on commit e2ea2cf

Please sign in to comment.