From 4e6823a8b39564069fe2ab8a80a8a85aecb1815a Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 3 Jun 2026 17:56:23 +0200 Subject: [PATCH] Add installation section to README (#29) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 524e6d7..9dff846 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,12 @@ A Rust implementation of [GNU Grep](https://www.gnu.org/software/grep/). This project is an initial release and may contain bugs. +## Install + +```shell +cargo install uu_grep +``` + ## Building Download Rust at: https://rustup.rs/