Add installation section to README (#29)

This commit is contained in:
Sylvestre Ledru
2026-06-03 17:56:23 +02:00
committed by GitHub
parent b0700b1d78
commit 4e6823a8b3
+6
View File
@@ -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/