Update README

master
trivernis 5 years ago
parent 1e22c05465
commit 1b91ca73c0

@ -4,10 +4,10 @@ A simple program that calculates prime numbers with multithreading. The resultin
## Usage ## Usage
``` ```bash
# compile # compile
cargo build cargo build --release
# run # run
./target/debug/primes [<start number>] ./target/release/primes [<start number>]
``` ```
Loading…
Cancel
Save