Merge pull request #25 from kentaro-m/kentaro-m-patch-1

Fix an install command for brew
This commit is contained in:
Casey Lee 2019-02-06 22:35:12 -08:00 committed by GitHub
commit 72fbefcedc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ Let's see it in action with a [sample repo](https://github.com/cplee/github-acti
# Installation
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: