Skip to content

Commit

Permalink
Readme: Fix shell installation (#1547)
Browse files Browse the repository at this point in the history
Use the -s (silent) flag so curl does not pass metainformation like
downloadspeed etc to bash.

Co-authored-by: ChristopherHX <christopher.homberger@web.de>
  • Loading branch information
philschenker and ChristopherHX committed Jan 16, 2023
1 parent d064863 commit 0988b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0988b47

Please sign in to comment.