We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9b1362 commit 3ac8151Copy full SHA for 3ac8151
1 file changed
content/jsongrep/index.md
@@ -35,6 +35,12 @@ 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:
39
+
40
+```bash
41
+brew install jsongrep
42
+```
43
44
Like `ripgrep`, `jsongrep` is cross-platform (binaries available
45
[here](https://github.com/micahkepe/jsongrep/releases/)) and written in Rust.
46
0 commit comments