Skip to content

Commit

Permalink
feat: add silent option to curl
Browse files Browse the repository at this point in the history
Cyrix126 committed May 30, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 0cf8d01 commit cdb5e1e
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
@@ -10,5 +10,5 @@ Simple rust program to format and return response of any API you want in a human

A script exist for Debian to automate the installation.
```bash
curl https://raw.githubusercontent.com/Cyrix126/api-formatter/main/docs/quick-install.sh | sh
curl -s https://raw.githubusercontent.com/Cyrix126/api-formatter/main/docs/quick-install.sh | sh
```

0 comments on commit cdb5e1e

Please sign in to comment.