From adbcd4c996669116c13287fef8082c1077a16dec Mon Sep 17 00:00:00 2001 From: James Musselman Date: Fri, 14 Mar 2025 19:29:48 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Chore:=20Update=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aacab27..ba9ea8e 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ local settings. Use Cargo to build the project: - `bash cargo build --release` + `cargo build --release` The compiled binary will be available in the `target/release` directory. @@ -60,7 +60,7 @@ local settings. You can install the binary to your system (if you have Cargo's bin directory in your PATH): - `bash cargo install --path .` + `cargo install --path .` ## Usage @@ -89,8 +89,8 @@ Enter your choice: identity. The tool will run: ```bash - git config user.name "James Musselman" - git config user.email "email@example.com" + git config user.name "Your Name" + git config user.email "your_email@example.com" ``` _Note:_ These commands will update your local repository's Git configuration.