Clarified path of resulting binary of cargo run.
This commit is contained in:
parent
4339d27bb6
commit
c9c663bf3d
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue