diff --git a/README.md b/README.md index bbcd646..985beaf 100644 --- a/README.md +++ b/README.md @@ -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 +```