From e2ea2cf8fbd4a5ba59200235a661dad09f400895 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Mon, 9 Oct 2023 11:42:40 +0900 Subject: [PATCH] docs: add the installation guide with aqua Add installation guide with aqua. Signed-off-by: Noel Georgi --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e137a8f2..c52ab4a4 100644 --- a/README.md +++ b/README.md @@ -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