diff options
| author | randy-waterhouse <[email protected]> | 2016-10-06 12:27:23 +1300 |
|---|---|---|
| committer | randy-waterhouse <[email protected]> | 2016-10-06 12:27:23 +1300 |
| commit | 2920be2a6994cfbffd93e72c6cf4c1ed19ac4339 (patch) | |
| tree | b4336d61f9115e9b5c14311a298a4f96a9852e65 | |
| parent | Merge #8884: Bugfix: Trivial: RPC: getblockchaininfo help: pruneheight is the... (diff) | |
| download | discoin-2920be2a6994cfbffd93e72c6cf4c1ed19ac4339.tar.xz discoin-2920be2a6994cfbffd93e72c6cf4c1ed19ac4339.zip | |
Update INSTALL landing redirection notice for build instructions.
| -rw-r--r-- | INSTALL | 5 | ||||
| -rw-r--r-- | INSTALL.md | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL deleted file mode 100644 index 07ee48427..000000000 --- a/INSTALL +++ /dev/null @@ -1,5 +0,0 @@ -Building Bitcoin - -See doc/build-*.md for instructions on building bitcoind, -the intended-for-services, no-graphical-interface, reference -implementation of Bitcoin.
\ No newline at end of file diff --git a/INSTALL.md b/INSTALL.md new file mode 100644 index 000000000..520a47d96 --- /dev/null +++ b/INSTALL.md @@ -0,0 +1,5 @@ +Building Bitcoin +================ + +See doc/build-*.md for instructions on building the various +elements of the Bitcoin Core reference implementation of Bitcoin. |