diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-05-06 17:19:56 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-05-06 17:25:18 +0200 |
commit | fbd84788e676c9cbd126f6236ec46bb2f342bd00 (patch) | |
tree | 38ba7f5fbf7509673fa0152d682451976b9fabf2 /doc | |
parent | fbedc09b2d09e43f9c42f718b987da0930cdf60e (diff) | |
parent | b06f6a992b4a80c6a9ef2387bfd81e30a407b245 (diff) |
Merge #8009: Docs: Fixed invalid example paths in gitian-building.md
b06f6a9 Fixed invalid example paths in gitian-building.md (JeremyRand)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gitian-building.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gitian-building.md b/doc/gitian-building.md index 13f8ad316b..791f209bb1 100644 --- a/doc/gitian-building.md +++ b/doc/gitian-building.md @@ -443,8 +443,8 @@ Then when building, override the remote URLs that gbuild would otherwise pull fr cd /some/root/path/ git clone https://github.com/bitcoin-core/bitcoin-detached-sigs.git -BTCPATH=/some/root/path/bitcoin.git -SIGPATH=/some/root/path/bitcoin-detached-sigs.git +BTCPATH=/some/root/path/bitcoin +SIGPATH=/some/root/path/bitcoin-detached-sigs ./bin/gbuild --url bitcoin=${BTCPATH},signature=${SIGPATH} ../bitcoin/contrib/gitian-descriptors/gitian-win-signer.yml ``` |