From b8a28beced6742cdfceafc933ddcee23f154e421 Mon Sep 17 00:00:00 2001 From: K40S <48776615+lgcarmo@users.noreply.github.com> Date: Wed, 27 Dec 2023 14:50:23 -0300 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index cc84b37..521047a 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,16 @@ This simple Rust program is designed to crack MD5 hashed passwords by comparing ```bash $ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh +``` +```bash +$ git clone https://github.com/lgcarmo/Md5_BruteForce.git +$ cd Md5_BruteForce +$ cargo b +``` ## Usage ```bash $ ./md5_bruteForce> +```