summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorThomas O'Donnell <andytom@users.noreply.github.com>2021-05-18 16:01:02 +0200
committerGitHub <noreply@github.com>2021-05-18 10:01:02 -0400
commitfb02a4523bf1348d9eac71738114c87a7457af6b (patch)
tree2eda66d547f88e18ad9a845bea75eb640c7f6c53 /README.md
parent21f4dc3e748d3424137b9a1fbc0307c8a6cbd6a8 (diff)
feat(install): Add help argument to install.sh (#2729)
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 25409db1b..0da15fb7e 100644
--- a/README.md
+++ b/README.md
@@ -161,6 +161,13 @@ shown below. Can't see yours? Have a look at the [extra platform instructions](h
```
To update the Starship itself, rerun the above script. It will replace the current version without touching Starship's configuration.
+
+ **Note** - The defaults of the install script can be overridden see the built-in help.
+
+ ```sh
+ sh -c "$(curl -fsSL https://starship.rs/install.sh)" -- --help
+ ```
+
#### Install via Package Manager
##### Example: [Homebrew](https://brew.sh/):