diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -115,7 +115,7 @@ nix run nixpkgs#act Run this command in your terminal: ```shell -curl https://raw.githubusercontent.com/nektos/act/master/install.sh | sudo bash +curl -s https://raw.githubusercontent.com/nektos/act/master/install.sh | sudo bash ``` ### Manual download |