From 6decc43db262680d511833323af91b82d0cbb9e1 Mon Sep 17 00:00:00 2001 From: clenser Date: Fri, 13 Oct 2023 19:19:06 +0000 Subject: [PATCH] Edited ch03_bitcoin-core.adoc with Atlas code editor --- ch03_bitcoin-core.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch03_bitcoin-core.adoc b/ch03_bitcoin-core.adoc index c96e6c81..79b8054c 100644 --- a/ch03_bitcoin-core.adoc +++ b/ch03_bitcoin-core.adoc @@ -136,7 +136,7 @@ $ cd bitcoin By default,((("Bitcoin Core", "compiling from source code", "selecting release version", id="bitcoin-core-compile-release")))((("compiling", "Bitcoin Core from source code", "selecting release version", id="compile-bitcoin-core-release")))((("source code", "compiling Bitcoin Core", "selecting release version", id="source-code-compile-release")))((("release version (Bitcoin Core)", "selecting", id="release-select")))((("selecting", "release version (Bitcoin Core)", id="select-release"))) the local copy will be synchronized with the most recent code, which might be an unstable or beta version of Bitcoin. -Before compiling the code, select a specific version by checking out a +Before compiling the code, select a specific version by checking out ((("tags")))a release _tag_. This will synchronize the local copy with a specific snapshot of the code repository identified by a keyword tag. Tags are used by the developers to mark specific releases of the code by version