docs(installation): add advanced installation (#1643)

Adds an "Advanced Installation" page to the documentation website.
This commit is contained in:
Dani
2021-01-06 00:05:03 +01:00
committed by GitHub
parent 550c09598d
commit d009db528d
3 changed files with 58 additions and 8 deletions
+5 -8
View File
@@ -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