From d35e9287ef8ed17d20e2b55bb25f7fc02f121e0d Mon Sep 17 00:00:00 2001 From: "judymcconville@roadrunner.com" Date: Fri, 28 Apr 2017 08:34:34 -0700 Subject: [PATCH] Edited ch03.asciidoc with Atlas code editor --- ch03.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch03.asciidoc b/ch03.asciidoc index c0aade9e..b2afb577 100644 --- a/ch03.asciidoc +++ b/ch03.asciidoc @@ -32,7 +32,7 @@ image::images/mbc2_0301.png["Bitcoin Core Architecture"] ((("$ symbol")))((("shell commands")))((("terminal applications")))In many of the examples in this chapter we will be using the operating system's command-line interface (also known as a "shell"), accessed via a "terminal" application. The shell will display a prompt; you type a command; and the shell responds with some text and a new prompt for your next command. The prompt may look different on your system, but in the following examples it is denoted by a +$+ symbol. In the examples, when you see text after a +$+ symbol, don't type the +$+ symbol but type the command immediately following it, then press Enter to execute the command. In the examples, the lines below each command are the operating system's responses to that command. When you see the next +$+ prefix, you'll know it's a new command and you should repeat the process. ==== -((("cloning source code")))In this example, we are using the +git+ command to create a local copy ("clone") of the source code: +((("cloning source code")))((("source code, cloning", seealso="Bitcoin Core")))((("code examples, obtaining and using")))In this example, we are using the +git+ command to create a local copy ("clone") of the source code: ---- $ git clone https://github.com/bitcoin/bitcoin.git