Corrected the usage example to reflect full path or use of cargo run. Resolves #24.
This commit is contained in:
parent
0c00aa869b
commit
fda794b24b
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue