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:
Thomas O'Donnell 2019-12-10 21:08:42 +00:00 committed by Matan Kushner
parent 2a00cca5c1
commit 9b307962ef
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ The prompt shows information you need while you're working, while staying sleek
##### With Shell:
```sh
curl -fsSL https://starship.rs/install.sh | sh
curl -fsSL https://starship.rs/install.sh | bash
```
#### Install via Package Manager