summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPanashe Fundira <fundirap@gmail.com>2016-10-05 08:26:19 -0400
committerGitHub <noreply@github.com>2016-10-05 08:26:19 -0400
commitcd4bdcf8108a137f91afb5bcbffc1ca09e1451a7 (patch)
tree8ee9b7297c970256fd998205ca49fdfdae7cc38e /README.md
parent175406df01c704d557715b6f558f1624f9e8aaf9 (diff)
Change Arch Linux instructions
The `-Syu` flag will do a full system upgrade and then install the package, which is not necessarily the desired behavior. Only the `-S` flag is necessary to install a single package. See https://wiki.archlinux.org/index.php/Pacman#Installing_specific_packages https://wiki.archlinux.org/index.php/Pacman#Upgrading_packages
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a5b430b7..b0848f09 100644
--- a/README.md
+++ b/README.md
@@ -107,7 +107,7 @@ $ brew install burntsushi/ripgrep/ripgrep-bin
If you're an **Arch Linux** user, then you can install `ripgrep` from the official repos:
```
-$ pacman -Syu ripgrep
+$ pacman -S ripgrep
```
If you're a **Rust programmer**, `ripgrep` can be installed with `cargo`: