summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e75584c2e..44464cbc4 100644
--- a/README.md
+++ b/README.md
@@ -203,7 +203,7 @@ Install Starship using any of the following package managers:
Install the latest version for your system:
```sh
-sh -c "$(curl -fsSL https://starship.rs/install.sh)"
+curl -sS https://starship.rs/install.sh | sh
```
Alternatively, install Starship using any of the following package managers:
@@ -232,7 +232,7 @@ Alternatively, install Starship using any of the following package managers:
Install the latest version for your system:
```sh
-sh -c "$(curl -fsSL https://starship.rs/install.sh)"
+curl -sS https://starship.rs/install.sh | sh
```
Alternatively, install Starship using any of the following package managers: