From 3232f6ec3e8de8d3efde02e89edbff1f984eb2ad Mon Sep 17 00:00:00 2001 From: "myarbrough@oreilly.com" Date: Wed, 5 Nov 2014 10:31:36 -0800 Subject: [PATCH] Made changes to preface.asciidoc --- preface.asciidoc | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/preface.asciidoc b/preface.asciidoc index 93b0a928..1f38f449 100644 --- a/preface.asciidoc +++ b/preface.asciidoc @@ -44,17 +44,9 @@ This icon signifies a tip, suggestion, or general note. This icon indicates a warning or caution. ==== -=== GitHub Source Code - -This book is available on GitHub, as a repository that contains the text, images, and code: - -https://github.com/aantonop/bitcoinbook - -Fork the book code, try the code examples, or submit corrections via GitHub. - === Code Examples -The examples are illustrated in Python, C++, and using the command-line of a Unix-like operating system such as Linux or Mac OS X. All code snippets are available in the https://github.com/aantonop/bitcoinbook[GitHub repository] in the _code_ subdirectory of the main repo. +The examples are illustrated in Python, C++, and using the command-line of a Unix-like operating system such as Linux or Mac OS X. All code snippets are available in the https://github.com/aantonop/bitcoinbook[GitHub repository] in the _code_ subdirectory of the main repo. Fork the book code, try the code examples, or submit corrections via GitHub. All the code snippets can be replicated on most operating systems with a minimal installation of compilers and interpreters for the corresponding languages. Where necessary, we provide basic installation instructions and step-by-step examples of the output of those instructions.