mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
docs: update install instructions (#2553)
Use POSIX `sh`, mitigate possible timing attacks.
This commit is contained in:
@@ -36,7 +36,7 @@ pkg install getconf
|
||||
### Installation
|
||||
|
||||
```sh
|
||||
curl -fsSL https://starship.rs/install.sh | bash -s -- -b /data/data/com.termux/files/usr/bin
|
||||
sh -c "$(curl -fsSL https://starship.rs/install.sh)" -- --bin-dir /data/data/com.termux/files/usr/bin
|
||||
```
|
||||
|
||||
## [Nix](https://nixos.wiki/wiki/Nix)
|
||||
|
||||
Reference in New Issue
Block a user