Skip to content

Commit

Permalink
docs: Pipe install script into bash instead of shell (starship#710)
Browse files Browse the repository at this point in the history
The install script includes some bash only commands so needs to use base
to be piped into bash rather than sh.
  • Loading branch information
andytom authored and matchai committed Dec 10, 2019
1 parent 2a00cca commit 9b30796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b30796

Please sign in to comment.