From a9be624cece085430b3f3ec86d23a0b119f57d0f Mon Sep 17 00:00:00 2001 From: rvcas Date: Tue, 28 Feb 2023 01:08:48 -0500 Subject: [PATCH] chore: better curl --- aikup/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aikup/README.md b/aikup/README.md index 58af1869..4c64a3a2 100644 --- a/aikup/README.md +++ b/aikup/README.md @@ -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