Add -f
to curl commands (#14667)
Release Notes: - Updated curl commands with `-f` for improved error handling ([#14346](https://github.com/zed-industries/zed/issues/14346)).
This commit is contained in:
parent
8ef53aafa2
commit
344e315174
2 changed files with 4 additions and 4 deletions
|
@ -3,13 +3,13 @@
|
|||
For most people we recommend using the script on the [download](/download) page to install Zed:
|
||||
|
||||
```sh
|
||||
curl https://zed.dev/install.sh | sh
|
||||
curl -f https://zed.dev/install.sh | sh
|
||||
```
|
||||
|
||||
We also offer a preview build of Zed which receives updates about a week ahead of stable. You can install it with:
|
||||
|
||||
```sh
|
||||
curl https://zed.dev/install.sh | ZED_CHANNEL=preview sh
|
||||
curl -f https://zed.dev/install.sh | ZED_CHANNEL=preview sh
|
||||
```
|
||||
|
||||
The install script does not work on systems that:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue