docs: Add AUR install instructions (#187)

This commit is contained in:
Kevin Song 2019-08-19 08:10:25 -07:00 committed by Matan Kushner
parent a965b2587d
commit a8a553578b
2 changed files with 16 additions and 0 deletions

View File

@ -99,6 +99,14 @@ The prompt shows information you need while you're working, while staying sleek
$ cargo install starship
```
#### Arch Linux (AUR)
Starship is available on the AUR under the name `starship`. Install it with `yay` or your favorite AUR helper.
```
$ yay -S starship
```
1. Add the init script to your shell's config file:
#### Bash

View File

@ -39,6 +39,14 @@ footer: ISC Licensed | Copyright © 2019-present Starship Contributors
$ cargo install starship
```
#### Arch Linux (AUR)
Starship is available on the AUR under the name `starship`. Install it with `yay` or your favorite AUR helper.
```
$ yay -S starship
```
1. Add the init script to your shell's config file:
#### Bash