Corrected the usage example to reflect full path or use of cargo run. Resolves #24.

This commit is contained in:
scoobybejesus 2019-08-25 21:49:22 -04:00
parent 0c00aa869b
commit fda794b24b
1 changed files with 10 additions and 9 deletions

View File

@ -71,7 +71,8 @@ This will build `./cryptools-rs`.
## Usage ## Usage
Run `./cryptools-rs` with no arguments (or `--help`, or `-h`) to see usage. Run `./target/debug/cryptools-rs` with no arguments (or `--help`, or `-h`) to see usage.
Alternatively, run `cargo run`, in which case command-line arguments for `cryptools-rs` may be entered following `--`, e.g., `cargo run -- -h`.
## Contributing ## Contributing