Skip to content

Commit e56f888

Browse files
cursoragentbetegon
andcommitted
docs: make curl install command consistent with docs site
Aligns README.md curl flags (-fsS) with the docs site and index page. Co-authored-by: Miguel Betegón <miguelbetegongarcia@gmail.com>
1 parent fe17344 commit e56f888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
### Install Script (Recommended)
2020

2121
```bash
22-
curl -fsSL https://cli.sentry.dev/install | bash
22+
curl https://cli.sentry.dev/install -fsS | bash
2323
```
2424

2525
### Homebrew

0 commit comments

Comments
 (0)