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
This commit is contained in:
parent
4c6b0e9c3b
commit
b8e9b1442e
@ -87,7 +87,7 @@ The Homebrew option from the [MacOS section below](#macos) would also work if yo
|
|||||||
##### 1. Automatic installer (Recommended)
|
##### 1. Automatic installer (Recommended)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl https://pyenv.run | bash
|
curl -fsSL https://pyenv.run | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
For more details visit our other project:
|
For more details visit our other project:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user