From a8a553578b83cf0a62457d2e596f4c5eb0c3d0ea Mon Sep 17 00:00:00 2001 From: Kevin Song Date: Mon, 19 Aug 2019 08:10:25 -0700 Subject: [PATCH] docs: Add AUR install instructions (#187) --- README.md | 8 ++++++++ docs/README.md | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/README.md b/README.md index e1cb267f..eb734ffa 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/README.md b/docs/README.md index 73848ff0..cdcd2a93 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