diff options
| author | Louis Burda <dev@sinitax.com> | 2026-01-23 02:19:21 +0100 |
|---|---|---|
| committer | Louis Burda <dev@sinitax.com> | 2026-01-23 02:19:21 +0100 |
| commit | 4779981ac8af91788106d8c98f1148bf0d24c582 (patch) | |
| tree | 529fdb03686c36ab27e8345b974de7d5becdd9ca /README.md | |
| parent | a16ade437116642ddcc05c02ddb4db64d8b514bd (diff) | |
| download | jgrep-main.tar.gz jgrep-main.zip | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -5,13 +5,14 @@ A grep-like tool for searching JSON files by matching values against patterns. ## Installation ```bash -# Copy to a directory in your PATH -sudo cp jgrep /usr/local/bin/ -sudo cp jgrep.1 /usr/local/share/man/man1/ +# Install system-wide +sudo make install -# Or use locally -chmod +x jgrep -./jgrep --help +# Or specify prefix +make install PREFIX=~/.local + +# Uninstall +sudo make uninstall ``` ## Usage |
