Skip to content

Commit a597015

Browse files
committed
Remove mention of CARGO_HOME from README
1 parent 3ac8ca5 commit a597015

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ assert_eq!(0, bitcoind.client.get_blockchain_info().unwrap().blocks);
2222
## Cargo features
2323

2424
When a feature like `0_21_1` is selected, the build script will automatically download the bitcoin core version 0.21.1
25-
verifying the hashes and placing it in `${CARGO_HOME}`.
26-
Use utility function `downloaded_exe_path()` to have the downloaded executable path.
25+
and verify the hashes and place it in the build directory for this crate.
26+
Use utility function `downloaded_exe_path()` to get the downloaded executable path.
2727

2828
### Example
2929

0 commit comments

Comments
 (0)