docs: Pipe install script into bash instead of shell (#710)
The install script includes some bash only commands so needs to use base to be piped into bash rather than sh.
This commit is contained in:
parent
2a00cca5c1
commit
9b307962ef
|
@ -134,7 +134,7 @@ The prompt shows information you need while you're working, while staying sleek
|
||||||
##### With Shell:
|
##### With Shell:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
curl -fsSL https://starship.rs/install.sh | sh
|
curl -fsSL https://starship.rs/install.sh | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Install via Package Manager
|
#### Install via Package Manager
|
||||||
|
|
Loading…
Reference in New Issue