From 9b307962efad96c0b81ef709b3978479f77df128 Mon Sep 17 00:00:00 2001 From: Thomas O'Donnell Date: Tue, 10 Dec 2019 21:08:42 +0000 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f890db2..8560c2e3 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