Skip to content

Commit

Permalink
Merge bitcoin#8009: Docs: Fixed invalid example paths in gitian-build…
Browse files Browse the repository at this point in the history
…ing.md

b06f6a9 Fixed invalid example paths in gitian-building.md (JeremyRand)
  • Loading branch information
laanwj committed May 6, 2016
2 parents fbedc09 + b06f6a9 commit fbd8478
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/gitian-building.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit fbd8478

Please sign in to comment.