diff --git a/README.md b/README.md index e67cf253..a3a3cda0 100644 --- a/README.md +++ b/README.md @@ -149,10 +149,10 @@ $ cargo build #### Using cargo -After ensuring the [pre-requisites](#pre-requisites), just run: +After ensuring the [pre-requisites](#pre-requisites), just build using cargo: ```sh -$ cargo run --release +$ cargo build --release ``` This would generate an optimized binary.