full path required for extension install (#1670)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: ChristopherHX <[email protected]>
This commit is contained in:
Joseph Mearman
2023-03-19 21:02:11 -07:00
committed by GitHub
co-authored by mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> ChristopherHX
parent 8c28c9fd8f
commit 9fab59954c
+1 -1
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