Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ This project is an initial release and may contain bugs.
cargo install uu_grep
```

Or use [cargo-binstall](https://github.com/cargo-bins/cargo-binstall) to install a pre-built binary:
```shell
cargo binstall uu_grep
```

## 🚀 Try it online

You can try `grep` directly in your browser on the [uutils playground](https://uutils.github.io/playground/).
Expand Down
Loading