Skip to content

Commit

Permalink
Replace AUR documentation with Arch/Pacman
Browse files Browse the repository at this point in the history
Arch upgraded act from the AUR to its "Extra" repository.
  • Loading branch information
MatthiasKunnen committed Sep 5, 2024
1 parent b3c8c1d commit cd09284
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- [Introduction](./introduction.md)
- [Installation](./installation/index.md)
- [AUR](./installation/aur.md)
- [Arch](./installation/arch.md)
- [Chocolatey](./installation/chocolatey.md)
- [COPR](./installation/copr.md)
- [GitHub CLI](./installation/gh.md)
Expand Down
6 changes: 6 additions & 0 deletions src/installation/arch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# [Arch](https://archlinux.org/packages/extra/x86_64/act/) (Linux)

[![arch-shield](https://img.shields.io/archlinux/v/extra/x86_64/act)](https://archlinux.org/packages/extra/x86_64/act/)
```shell
pacman -S act
```
7 changes: 0 additions & 7 deletions src/installation/aur.md

This file was deleted.

2 changes: 1 addition & 1 deletion src/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ go build -ldflags "-X main.version=$(git describe --tags --dirty --always | sed

`act` is available in below package repositories

- [AUR](./aur.md) (`Linux`)
- [Arch](./arch.md) (`Linux`)
- [Homebrew](./homebrew.md) (`Linux`, `macOS`)
- [Chocolatey](./chocolatey.md) (`Windows`)
- [COPR](./copr.md) (`Linux`)
Expand Down

0 comments on commit cd09284

Please sign in to comment.