Skip to content

Commit defd46c

Browse files
committed
Add Arch Linux official repo in installation docs
1 parent 0b676b1 commit defd46c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/install.md

+9
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ winget install actionlint
3131

3232
## Linux
3333

34+
### [Arch Linux](https://archlinux.org/)
35+
36+
[`actionlint` package][archlinux] is available in the official repo:
37+
38+
```sh
39+
pacman -S actionlint
40+
```
41+
3442
### [AUR](https://aur.archlinux.org/)
3543

3644
[`actionlint` package][aur] is available in the AUR:
@@ -164,5 +172,6 @@ go install github.com/rhysd/actionlint/cmd/actionlint
164172
[chocolatey]: https://community.chocolatey.org/packages/actionlint
165173
[scoop]: https://scoop.sh/#/apps?q=actionlint&s=0&d=1&o=true
166174
[winget]: https://github.com/microsoft/winget-pkgs/tree/master/manifests/r/rhysd/actionlint
175+
[archlinux]: https://archlinux.org/packages/extra/x86_64/actionlint/
167176
[aur]: https://aur.archlinux.org/packages/actionlint
168177
[nixpkgs]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/tools/analysis/actionlint/default.nix

0 commit comments

Comments
 (0)