Fix an install command for brew
This commit is contained in:
parent
c2e1188cfd
commit
4b2e1700f1
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ Let's see it in action with a [sample repo](https://github.com/cplee/github-acti
|
||||||
# Installation
|
# Installation
|
||||||
To install with [Homebrew](https://brew.sh/), run:
|
To install with [Homebrew](https://brew.sh/), run:
|
||||||
|
|
||||||
```brew install nektos/tap/act```
|
```brew tap nektos/tap && brew install nektos/tap/act```
|
||||||
|
|
||||||
Alternatively, you can use the following:
|
Alternatively, you can use the following:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue