Skip to content

Commit

Permalink
Added instructions to install on fedora using copr package (nektos#993)
Browse files Browse the repository at this point in the history
* Added instructions to install on fedora

* Removed missing badge for copr link
  • Loading branch information
rubemlrm authored Feb 11, 2022
1 parent 9abc87b commit 331afe1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 331afe1

Please sign in to comment.