From b8e9b1442e924a624abbc293cca5ff8badcb944a Mon Sep 17 00:00:00 2001 From: Jay Bazuzi Date: Sat, 4 Jan 2025 07:19:57 -0800 Subject: [PATCH] Add standard curl arguments Most importantly, `-f` instructs curl to fail if the request fails. More details here; https://explainshell.com/explain?cmd=curl+-fsSL+example.org --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c3e0763..134341ea 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ The Homebrew option from the [MacOS section below](#macos) would also work if yo ##### 1. Automatic installer (Recommended) ```bash -curl https://pyenv.run | bash +curl -fsSL https://pyenv.run | bash ``` For more details visit our other project: