mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
docs: update install instructions (#2553)
Use POSIX `sh`, mitigate possible timing attacks.
This commit is contained in:
@@ -157,7 +157,7 @@ shown below. Can't see yours? Have a look at the [extra platform instructions](h
|
||||
##### From prebuilt binary, with Shell:
|
||||
|
||||
```sh
|
||||
curl -fsSL https://starship.rs/install.sh | bash
|
||||
sh -c "$(curl -fsSL https://starship.rs/install.sh)"
|
||||
```
|
||||
To update the Starship itself, rerun the above script. It will replace the current version without touching Starship's configuration.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user