diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-04-28 08:51:54 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-04-28 08:51:57 -0400 |
commit | 6e3fc7492a7d5e58c0ada22617388b6487410f82 (patch) | |
tree | 937a06fe5c07c9118421bd0e6c19eb65d3a4a9ff | |
parent | ad04130742dccbe3dd35e2a4da123b2686a24966 (diff) | |
parent | bda62e87e681696828d14b5581b6c19b6e81f378 (diff) |
Merge #18663: doc: mention build docs in README.md
bda62e87e681696828d14b5581b6c19b6e81f378 Adding build instructions to Bitcoin Core, fixes #18658 (Saahil Shangle)
Pull request description:
Making the instructions for building Bitcoin Core more clear in the main `README.md` will reduce confusion between the `build_msvc` and `doc` folders.
ACKs for top commit:
laanwj:
ACK bda62e87e681696828d14b5581b6c19b6e81f378
Tree-SHA512: ee4c394661eba48d4229e3d1e9ddb67ccb79589429bfa9986cb0242cd615d1f3cc5332063562c1e89c0cdd9ae2e609f61e8bfb209926d8363d35d3da6d94ae9c
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ information or see https://opensource.org/licenses/MIT. Development Process ------------------- -The `master` branch is regularly built and tested, but is not guaranteed to be +The `master` branch is regularly built (see doc/build-*.md for instructions) and tested, but is not guaranteed to be completely stable. [Tags](https://github.com/bitcoin/bitcoin/tags) are created regularly to indicate new official, stable release versions of Bitcoin Core. |