Added instructions to install on fedora using copr package (#993)

* Added instructions to install on fedora

* Removed missing badge for copr link
This commit is contained in:
rubemlrm 2022-02-11 20:17:38 +00:00 committed by GitHub
parent 9abc87b416
commit 331afe170a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -77,6 +77,13 @@ scoop install act
yay -S act
```
### [COPR](https://copr.fedorainfracloud.org/coprs/rubemlrm/act-cli/) (Linux)
```shell
dnf copr enable rubemlrm/act-cli
dnf install act-cli
```
### [Nix](https://nixos.org) (Linux/macOS)
[Nix recipe](https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/tools/misc/act/default.nix)