From b9bad9380eabe99fba7336cee3608e3f21eacdb8 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sun, 1 Sep 2024 04:21:17 +0800 Subject: [PATCH] Add Scoop installation reference in the readme (#168) --- README.md | 7 +++++++ index.md | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/README.md b/README.md index 7d1fbeed..40ee7ce9 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,13 @@ You can install the validator using [aqua](https://aquaproj.github.io/). aqua g -i Boeing/config-file-validator ``` +### Scoop +You can install the validator using [Scoop](https://scoop.sh/). + +``` +scoop install config-file-validator +``` + ### Arch Linux We release an [AUR package](https://aur.archlinux.org/packages/config-file-validator) for the config-file-validator diff --git a/index.md b/index.md index 2c740ee1..9a7733ce 100644 --- a/index.md +++ b/index.md @@ -81,6 +81,13 @@ You can install the validator using [aqua](https://aquaproj.github.io/). aqua g -i Boeing/config-file-validator ``` +### Scoop +You can install the validator using [Scoop](https://scoop.sh/). + +``` +scoop install config-file-validator +``` + ### Arch Linux We release an [AUR package](https://aur.archlinux.org/packages/config-file-validator) for the config-file-validator