mirror of
https://github.com/FliegendeWurst/ripgrep-all.git
synced 2024-11-09 14:30:37 +00:00
Add installation instructions to README.md
This commit is contained in:
parent
ef2e4ebf28
commit
2ff8988b3d
12
README.md
12
README.md
@ -100,6 +100,18 @@ The following adapters are disabled by default, and can be enabled using '--rga-
|
||||
|
||||
Extensions: .jpg, .png
|
||||
|
||||
## INSTALLATION:
|
||||
|
||||
rga should compile with stable Rust. To build it, run the following (or the equivalent in your OS):
|
||||
|
||||
```
|
||||
~$ apt install build-essential pandoc poppler-utils ffmpeg ripgrep cargo
|
||||
~$ cargo install ripgrep_all
|
||||
~$ rga --version # this should work now
|
||||
```
|
||||
|
||||
You could do `cargo build`, instead of `cargo install ripgrep_all`, to just build rga in the local tree.
|
||||
|
||||
## USAGE:
|
||||
|
||||
> rga \[FLAGS\] \[OPTIONS\] PATTERN \[PATH ...\]
|
||||
|
Loading…
Reference in New Issue
Block a user