Skip to content

Commit a4c044e

Browse files
committed
document SKIP_DOWNLOAD
1 parent 138a55f commit a4c044e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ For reproducibility reasons, Nix build scripts cannot hit the internet, but the
9696
auto-download feature does exactly that. To successfully build under Nix the
9797
user must provide the tarball locally and specify its location via the
9898
`BITCOIND_TARBALL_FILE` env var.
99+
100+
Another option is to specify the `SKIP_DOWNLOAD` env var and provide the
101+
executable via the `PATH`.
102+
99103
Alternatively, use the dep without auto-download feature.
100104

101105
## Used by

0 commit comments

Comments
 (0)