Skip to content

Commit

Permalink
Add Scoop installation reference in the readme (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
sitiom authored Aug 31, 2024
1 parent e4b8032 commit b9bad93
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
7 changes: 7 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b9bad93

Please sign in to comment.