Skip to content

Commit

Permalink
fix: add missing links for nix/go
Browse files Browse the repository at this point in the history
  • Loading branch information
hackercat committed Sep 21, 2021
1 parent e8c89b0 commit 16ce255
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ scoop install act
yay -S act
```

### Nix (Linux/macOS)
### [Nix](https://nixos.org) (Linux/macOS)

[Nix recipe](https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/tools/misc/act/default.nix)

Global install:

Expand All @@ -85,7 +87,7 @@ or through `nix-shell`:
nix-shell -p act
```

### Go (Linux/Windows/macOS/any other platform supported by Go)
### [Go](https://golang.org) (Linux/Windows/macOS/any other platform supported by Go)

If you have Go 1.16+, you can install latest released version of `act` directly from source by running:

Expand Down

0 comments on commit 16ce255

Please sign in to comment.