mirror of
https://github.com/scoobybejesus/cryptools.git
synced 2025-04-18 10:50:26 +00:00
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
|
||||
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user