Skip to content

Commit

Permalink
Merge pull request #381 from sorairolake/update-install-docs
Browse files Browse the repository at this point in the history
Add the Arch Linux official repository in the installation documentation
  • Loading branch information
rhysd authored Feb 16, 2024
2 parents 4277b0d + defd46c commit 790446f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ winget install actionlint

## Linux

### [Arch Linux](https://archlinux.org/)

[`actionlint` package][archlinux] is available in the official repo:

```sh
pacman -S actionlint
```

### [AUR](https://aur.archlinux.org/)

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

0 comments on commit 790446f

Please sign in to comment.