mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2024-12-12 19:18:24 +02:00
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
This commit is contained in:
parent
175406df01
commit
cd4bdcf810
@ -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`:
|
||||
|
Loading…
Reference in New Issue
Block a user