Readme: Fix shell installation (#1547)
Use the -s (silent) flag so curl does not pass metainformation like downloadspeed etc to bash. Co-authored-by: ChristopherHX <christopher.homberger@web.de>
This commit is contained in:
parent
d064863f9b
commit
0988b47752
1 changed files with 1 additions and 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
|
||||
|
|
Loading…
Reference in a new issue