chore: better curl

This commit is contained in:
rvcas
2023-02-28 01:08:48 -05:00
parent 84bac5faab
commit a9be624cec

View File

@@ -5,7 +5,7 @@ Update or revert to a specific Aiken version with ease.
## Installing
```sh
curl -L https://install.aiken-lang.org | bash
curl -sSfL https://install.aiken-lang.org | bash
```
## Usage