summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDani <dmedinag@users.noreply.github.com>2021-01-06 00:05:03 +0100
committerGitHub <noreply@github.com>2021-01-05 17:05:03 -0600
commitd009db528d20b7fce1ef54e68e530ead64b5786e (patch)
tree44551f2784c90e44b1d808fbd34d7a4176b205ab /README.md
parent550c09598dbfe85c7f851b8fea8a916ed4185903 (diff)
docs(installation): add advanced installation (#1643)
Adds an "Advanced Installation" page to the documentation website.
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 5 insertions, 8 deletions
diff --git a/README.md b/README.md
index 28a4a42c2..2191f282e 100644
--- a/README.md
+++ b/README.md
@@ -139,6 +139,9 @@
### Getting Started
+**Note**: due to the proliferation of different platforms, only a subset of supported platforms are
+shown below. Can't see yours? Have a look at the [extra platform instructions](https://starship.rs/installing/).
+
1. Install the **starship** binary:
#### Install Latest Version
@@ -149,15 +152,9 @@
curl -fsSL https://starship.rs/install.sh | bash
```
- ##### From source on [crates.io](https://crates.io/):
-
- ```sh
- cargo install starship
- ```
-
#### Install via Package Manager
- ##### With [Homebrew](https://brew.sh/):
+ ##### Example: [Homebrew](https://brew.sh/):
```sh
brew install starship
@@ -169,7 +166,7 @@
scoop install starship
```
-1. Add the init script to your shell's config file:
+2. Add the init script to your shell's config file:
#### Bash