From e9a3c2714cd9fc01f8e105b844535c844cf75ffd Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 27 Aug 2026 20:36:30 +0200 Subject: [PATCH] README: add cargo-binstall install command --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index eebbd7c..c4a8dc6 100644 --- a/README.md +++ b/README.md @@ -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/).