We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ac8151 commit fcd4097Copy full SHA for fcd4097
1 file changed
content/jsongrep/index.md
@@ -35,12 +35,14 @@ You can install `jsongrep` from [crates.io](https://crates.io/crates/jsongrep):
35
cargo install jsongrep
36
```
37
38
-You can also install via Homebrew:
+You can also install via [Homebrew](https://brew.sh/):
39
40
```bash
41
brew install jsongrep
42
43
44
+- Package repositories hosting `jsongrep`: [](https://repology.org/project/jsongrep/versions)
45
+
46
Like `ripgrep`, `jsongrep` is cross-platform (binaries available
47
[here](https://github.com/micahkepe/jsongrep/releases/)) and written in Rust.
48
0 commit comments