Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
minor fix: build instead of run (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi3700 authored Oct 9, 2023
1 parent 39c1d18 commit 27e8849
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 27e8849

Please sign in to comment.