diff --git a/README.md b/README.md index aacab27..7d45534 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