diff options
| author | Saahil Shangle <[email protected]> | 2020-04-15 16:55:07 -0700 |
|---|---|---|
| committer | Saahil Shangle <[email protected]> | 2020-04-16 21:01:00 -0700 |
| commit | bda62e87e681696828d14b5581b6c19b6e81f378 (patch) | |
| tree | 5745b79721d40f26a60cf5192205a2e5190320e4 | |
| parent | Merge #18662: test: Replace gArgs with local argsman in bench (diff) | |
| download | discoin-bda62e87e681696828d14b5581b6c19b6e81f378.tar.xz discoin-bda62e87e681696828d14b5581b6c19b6e81f378.zip | |
Adding build instructions to Bitcoin Core, fixes #18658
| -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. |