summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@impulsing.ch>2023-01-16 15:30:11 +0100
committerGitHub <noreply@github.com>2023-01-16 15:30:11 +0100
commit0988b47752b57917a33a185e8e4ca9d39acc4f15 (patch)
treeab2f6799eb8e466b43e889ec55da5f9a05ad83ca /README.md
parentfix: allow override of artifact server bind address (#1560) (diff)
downloadforgejo-act-0988b47752b57917a33a185e8e4ca9d39acc4f15.tar.xz
forgejo-act-0988b47752b57917a33a185e8e4ca9d39acc4f15.zip
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>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6423a54..fd944d9 100644
--- a/README.md
+++ b/README.md
@@ -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