Skip to content

Commit 069f138

Browse files
spunyspuny
spuny
authored and
spuny
committed
Added dependencies section, there has to be rg binary accessible in system
1 parent ec87af6 commit 069f138

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,15 @@ Word under cursor will be searched if no argument is passed to `Rg`
2222
Show root search dir
2323

2424
:RgRoot
25+
26+
## Dependencies
27+
28+
Please make sure you have 'rg' binary correctly installed in your system
29+
Ubuntu/Debian:
30+
```bash
31+
apt-get install ripgrep
32+
```
33+
MacOS:
34+
```bash
35+
brew install rg
36+
```

0 commit comments

Comments
 (0)