From 5ee1b99dbd78494a3904bc07099a88e8a89d3968 Mon Sep 17 00:00:00 2001 From: clenser Date: Sat, 28 Oct 2023 19:20:02 +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 3e0bfad5..7c8eb3bc 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 ((("tags")))a +Before compiling the code, select a specific version by checking out 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