summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Song <chipbuster@users.noreply.github.com>2019-08-19 08:10:25 -0700
committerMatan Kushner <hello@matchai.me>2019-08-19 11:10:25 -0400
commita8a553578b83cf0a62457d2e596f4c5eb0c3d0ea (patch)
tree41230e1f85b37be422cfba20bbe5097e06fd95b5
parenta965b2587d2afafb355b551811b2e2788c753ce4 (diff)
docs: Add AUR install instructions (#187)
-rw-r--r--README.md8
-rw-r--r--docs/README.md8
2 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index e1cb267f7..eb734ffa9 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 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