diff options
author | Saahil Shangle <saahilshangle@gmail.com> | 2020-04-15 16:55:07 -0700 |
---|---|---|
committer | Saahil Shangle <saahilshangle@gmail.com> | 2020-04-16 21:01:00 -0700 |
commit | bda62e87e681696828d14b5581b6c19b6e81f378 (patch) | |
tree | 5745b79721d40f26a60cf5192205a2e5190320e4 /README.md | |
parent | 969ee8549496108730d2c824d69d0782a43c3d7f (diff) |
Adding build instructions to Bitcoin Core, fixes #18658
Diffstat (limited to 'README.md')
-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. |