Skip to content

Commit 3ac8151

Browse files
committed
docs(jsongrep): Homebrew install instructions
1 parent b9b1362 commit 3ac8151

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

content/jsongrep/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ You can install `jsongrep` from [crates.io](https://crates.io/crates/jsongrep):
3535
cargo install jsongrep
3636
```
3737

38+
You can also install via Homebrew:
39+
40+
```bash
41+
brew install jsongrep
42+
```
43+
3844
Like `ripgrep`, `jsongrep` is cross-platform (binaries available
3945
[here](https://github.com/micahkepe/jsongrep/releases/)) and written in Rust.
4046

0 commit comments

Comments
 (0)