Clarified path of resulting binary of cargo run.

This commit is contained in:
scoobybejesus 2019-08-26 00:09:22 -04:00
parent 4339d27bb6
commit c9c663bf3d
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ For example, when using BTC to long XMR, the BTC account must be reflected with
1. `cargo build` (or include `--release` for a non-debug build) 1. `cargo build` (or include `--release` for a non-debug build)
This will build `./cryptools-rs`. This will build `./target/debug/cryptools-rs`.
## Usage ## Usage