docs: Add AUR install instructions (#187)
This commit is contained in:
parent
a965b2587d
commit
a8a553578b
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue