Added dependencies section, there has to be rg binary accessible in system

This commit is contained in:
spuny 2021-04-29 12:51:29 +02:00
parent ec87af6b69
commit 069f138369

View file

@ -22,3 +22,15 @@ Word under cursor will be searched if no argument is passed to `Rg`
Show root search dir
:RgRoot
## Dependencies
Please make sure you have 'rg' binary correctly installed in your system
Ubuntu/Debian:
```bash
apt-get install ripgrep
```
MacOS:
```bash
brew install rg
```