From 850a74c5cd2cac8990008864b94254d6acfcd6c6 Mon Sep 17 00:00:00 2001 From: Jay Bazuzi Date: Sat, 4 Jan 2025 08:43:09 -0800 Subject: [PATCH] README: Add recommended curl arguments to suggested installer invocation (#3155) --- 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: