full path required for extension install (#1670)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: ChristopherHX <christopher.homberger@web.de>
This commit is contained in:
Joseph Mearman 2023-03-20 04:02:11 +00:00 committed by GitHub
parent 8c28c9fd8f
commit 9fab59954c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -121,7 +121,7 @@ nix run nixpkgs#act
Act can be installed as a [GitHub CLI](https://cli.github.com/) extension:
```sh
gh extension install nektos/gh-act
gh extension install https://github.com/nektos/gh-act
```
## Other install options