Skip to content

Commit b628742

Browse files
committed
README: document cache location
Fixes: #199 Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
1 parent 2748652 commit b628742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ An example call may look as follows:
1818

1919
![](screenshots/vgrep-simple-search.png)
2020

21-
By default, the output will be written to `less` to make browsing large amounts of data more comfortable. `vgrep --no-less` will write to stdout.
21+
By default, the output will be written to `less` to make browsing large amounts of data more comfortable. `vgrep --no-less` will write to stdout. The path to the cache is `$LOCALAPPDATA/vgrep-cache/vgrep-go` on Windows and `$HOME/.cache/vgrep-go` on Unix systems.
2222

2323
# Opening Matches
2424
vgrep can open the indexed file locations in an editor specified by the `EDITOR` environment variable. Opening one of the file locations from the previous example may look as follows:

0 commit comments

Comments
 (0)