summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorThomas O'Donnell <andytom@users.noreply.github.com>2019-12-10 21:08:42 +0000
committerMatan Kushner <hello@matchai.me>2019-12-10 16:08:42 -0500
commit9b307962efad96c0b81ef709b3978479f77df128 (patch)
tree12bf518a39b63822853c73bf8901be87bceb4ed3 /README.md
parent2a00cca5c17b81ef2b87562d6ffdd0e6658a076e (diff)
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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3f890db2d..8560c2e33 100644
--- a/README.md
+++ b/README.md
@@ -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