Browse Source

Merge #8009: Docs: Fixed invalid example paths in gitian-building.md

b06f6a9 Fixed invalid example paths in gitian-building.md (JeremyRand)
0.13
Wladimir J. van der Laan 9 years ago
parent
commit
fbd84788e6
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 4
      doc/gitian-building.md

4
doc/gitian-building.md

@ -443,8 +443,8 @@ Then when building, override the remote URLs that gbuild would otherwise pull fr @@ -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
```

Loading…
Cancel
Save