🩹 Chore: Update README

This commit is contained in:
James Musselman 2025-03-14 19:29:48 -05:00
parent 3b936da7f0
commit 8298592c9e
Signed by: Musselman
GPG key ID: 1DAEFF35ECB5D6DB

View file

@ -51,7 +51,7 @@ local settings.
Use Cargo to build the project: Use Cargo to build the project:
`bash cargo build --release` `cargo build --release`
The compiled binary will be available in the `target/release` directory. 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 You can install the binary to your system (if you have Cargo's bin directory
in your PATH): in your PATH):
`bash cargo install --path .` `cargo install --path .`
## Usage ## Usage