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/