summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2016-09-26 00:48:41 +0200
committerGitHub <noreply@github.com>2016-09-26 00:48:41 +0200
commita12c63957b657dfbc614d5c9840fc31e402652e3 (patch)
tree962f6725bfac5c9c82940b05fc74b7648b5728ac
parent982265af708886d17db87856c44129c0984e039e (diff)
ripgrep is now in [community]
The README should reflect that.
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index ebd8e826..967b941a 100644
--- a/README.md
+++ b/README.md
@@ -105,11 +105,10 @@ directly):
$ brew install https://raw.githubusercontent.com/BurntSushi/ripgrep/master/pkg/brew/ripgrep.rb
```
-If you're an **Archlinux** user, then you can install `ripgrep` from the
-[`ripgrep` AUR package](https://aur.archlinux.org/packages/ripgrep/), e.g.,
+If you're an **Arch Linux** user, then you can install `ripgrep` from the official repos:
```
-$ yaourt -S ripgrep
+$ pacman -Syu ripgrep
```
If you're a **Rust programmer**, `ripgrep` can be installed with `cargo`: