From 9d3a7111784a9db421009d6c263365c487b0affc Mon Sep 17 00:00:00 2001 From: Jessica Black Date: Wed, 11 Dec 2024 18:04:20 -0800 Subject: [PATCH] Add flag to curl installer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3617370..44a0d34 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ extracts and examines the contents of containers. ## macOS or Linux ```shell -curl https://github.com/fossas/circe/releases/latest/download/circe-installer.sh | bash +curl -LsSf https://github.com/fossas/circe/releases/latest/download/circe-installer.sh | bash ``` ## Windows