From 1b91ca73c0ca9f0082492318184fbcce0b12ae89 Mon Sep 17 00:00:00 2001 From: trivernis Date: Sun, 26 Jan 2020 13:24:51 +0100 Subject: [PATCH] Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e642e26..3d14457 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ A simple program that calculates prime numbers with multithreading. The resultin ## Usage -``` +```bash # compile -cargo build +cargo build --release # run -./target/debug/primes [] +./target/release/primes [] ``` \ No newline at end of file