From 9fab59954c9a3cd10af53dfa6af0e114a5ef9470 Mon Sep 17 00:00:00 2001 From: Joseph Mearman Date: Mon, 20 Mar 2023 04:02:11 +0000 Subject: [PATCH] full path required for extension install (#1670) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: ChristopherHX --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd1c733f72c..389147f6907 100644 --- a/README.md +++ b/README.md @@ -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