From fb02a4523bf1348d9eac71738114c87a7457af6b Mon Sep 17 00:00:00 2001 From: Thomas O'Donnell Date: Tue, 18 May 2021 16:01:02 +0200 Subject: feat(install): Add help argument to install.sh (#2729) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') 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/): -- cgit v1.2.3