From a8a553578b83cf0a62457d2e596f4c5eb0c3d0ea Mon Sep 17 00:00:00 2001 From: Kevin Song Date: Mon, 19 Aug 2019 08:10:25 -0700 Subject: docs: Add AUR install instructions (#187) --- docs/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs') diff --git a/docs/README.md b/docs/README.md index 73848ff01..cdcd2a938 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 -- cgit v1.2.3