1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-06-30 22:23:44 +02:00

Merge pull request #148 from munyari/patch-1

Change Arch Linux instructions
This commit is contained in:
Andrew Gallant
2016-10-05 09:53:17 -04:00
committed by GitHub

View File

@ -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: 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`: If you're a **Rust programmer**, `ripgrep` can be installed with `cargo`: