Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update README.md about installing on Arch Linux #81

Merged
merged 2 commits into from
Apr 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,16 @@ See the [releases] page for pre-compiled binaries.
cargo install repgrep
```

#### From the AUR (Arch Linux)

Maintained by [orhun](https://github.com/orhun).

[`repgrep`](https://aur.archlinux.org/packages?O=0&K=repgrep) can be installed from the AUR using an [AUR helper](https://wiki.archlinux.org/title/AUR_helpers). For example:

```bash
paru -S repgrep
```

#### From Source (via Cargo)

**NOTE**: The minimum Rust version required is `1.64.0`.
Expand All @@ -72,4 +82,4 @@ cargo install --path .
[releases]: https://github.com/acheronfail/repgrep/releases
[`ripgrep` installation instructions]: https://github.com/BurntSushi/ripgrep/#installation

License: Unlicense OR MIT OR Apache-2.0
License: Unlicense OR MIT OR Apache-2.0