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:
parent
9abc87b416
commit
331afe170a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue