summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorOrhun Parmaksız <orhunparmaksiz@gmail.com>2021-12-10 01:51:55 +0300
committerGitHub <noreply@github.com>2021-12-09 22:51:55 +0000
commite242f89a6658020b95d032d3b98146e7e4faec83 (patch)
tree7e44c1e92eb5c80057579dfb248ebf8a44782c0a /README.md
parentcd3af87139af8e6f85e858a71cff018d6b1e08a8 (diff)
Update installation instructions for Arch Linux (#228)
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 06343f25..7abb664f 100644
--- a/README.md
+++ b/README.md
@@ -95,7 +95,7 @@ atuin import auto
The install script will help you through the setup, ensuring your shell is
properly configured. It will also use one of the below methods, preferring the
-system package manager where possible (AUR, homebrew, etc etc).
+system package manager where possible (pacman, homebrew, etc etc).
```
# do not run this as root, root will be asked for if required
@@ -117,12 +117,12 @@ cargo install atuin
brew install atuin
```
-### AUR
+### Pacman
-Atuin is available on the [AUR](https://aur.archlinux.org/packages/atuin/)
+Atuin is available in the Arch Linux [community repository](https://archlinux.org/packages/community/x86_64/atuin/):
```
-yay -S atuin # or your AUR helper of choice
+pacman -S atuin
```
### From source