From f79bd6e7fb102c20cd523e30b78335c769d9aa0e Mon Sep 17 00:00:00 2001 From: Denis Nutiu Date: Sat, 26 Oct 2024 21:42:09 +0300 Subject: [PATCH] update readme.md --- readme.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index d99f657..b380874 100644 --- a/readme.md +++ b/readme.md @@ -8,8 +8,10 @@ since it's utility is to learn Rust concepts by completing a simple project. ## Installation -You may install and play around with the program using the command line: +You can install and play around with the program using the command line: ```bash cargo install --git https://github.com/dnutiu/ndiff -``` \ No newline at end of file +``` + +To use the program run: `ndiff a.txt b.txt` \ No newline at end of file