From 7f4b50cb62f0ac7ae785c6a9224132e2ce1c6773 Mon Sep 17 00:00:00 2001 From: nadams Date: Mon, 24 Apr 2017 08:45:35 -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 3ef3858e..c44b1897 100644 --- a/ch03.asciidoc +++ b/ch03.asciidoc @@ -144,7 +144,7 @@ Here are some useful options that override the default behavior of the configure ++++
--prefix=$HOME
-

This overrides the default installation location (which is /usr/local/) for the resulting executable. Use $HOME to put everything in your home directory, or a different path.

+

This overrides the default installation location (which is /usr/local/) for the resulting executable. Use $HOME to put everything in your home directory, or a different path.

--disable-wallet

This is used to disable the reference wallet implementation.