aboutsummaryrefslogtreecommitdiff
path: root/doc/build-osx.md
diff options
context:
space:
mode:
authorWhit J <whitj00@users.noreply.github.com>2014-09-30 10:48:40 -0700
committerWladimir J. van der Laan <laanwj@gmail.com>2014-10-01 12:52:32 +0200
commitf60dc15c50e8fad52f8ee3e313041e2d224be667 (patch)
tree3e1a25014d391e437ae3ba4163ae028a4185cf49 /doc/build-osx.md
parent3fd192f8b4d6db386354dfe635a8a6a105b55de8 (diff)
downloadbitcoin-f60dc15c50e8fad52f8ee3e313041e2d224be667.tar.xz
doc: add make install to build-osx.md and build-unix.md
Diffstat (limited to 'doc/build-osx.md')
-rw-r--r--doc/build-osx.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md
index 0364d3a01b..dc55f8259e 100644
--- a/doc/build-osx.md
+++ b/doc/build-osx.md
@@ -81,6 +81,10 @@ After exiting, you'll get a warning that the install is keg-only, which means it
make check
+4. (Optional) You can also install bitcoind to your path:
+
+ make install
+
Creating a release build
------------------------
You can ignore this section if you are building `bitcoind` for your own use.