diff options
| author | Michael Ford <[email protected]> | 2014-07-02 16:32:02 +0800 |
|---|---|---|
| committer | Michael Ford <[email protected]> | 2014-07-02 16:32:02 +0800 |
| commit | 9d5ad718cfdceb0975250ce8268eea400d6f582a (patch) | |
| tree | 4e7d37975e36aa097c5968568e8f9f8b484fbad4 | |
| parent | qt: fix 'opens in testnet mode when presented with a BIP-72 link with no fall... (diff) | |
| download | discoin-9d5ad718cfdceb0975250ce8268eea400d6f582a.tar.xz discoin-9d5ad718cfdceb0975250ce8268eea400d6f582a.zip | |
Fix formatting in release-process.md
| -rw-r--r-- | doc/release-process.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/release-process.md b/doc/release-process.md index 324b8c43a..c58838141 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -23,7 +23,7 @@ Release Process * * * -##perform gitian builds +###perform gitian builds From a directory containing the bitcoin source, gitian-builder and gitian.sigs @@ -34,7 +34,7 @@ Release Process popd pushd ./gitian-builder - ###Fetch and build inputs: (first time, or when dependency versions change) +###fetch and build inputs: (first time, or when dependency versions change) mkdir -p inputs; cd inputs/ |