aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJanusz Lenar <malleor@users.noreply.github.com>2014-09-14 14:09:13 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2014-09-25 11:04:27 +0200
commit346d5443f1b12a14fca90cc3ccbfa6ce94798aae (patch)
tree041a3bdea8653f5f5cc32fe01cb8703a16f74fd9 /doc
parent35e5b5329aea82286ec1a53388a89dae1c835d2e (diff)
downloadbitcoin-346d5443f1b12a14fca90cc3ccbfa6ce94798aae.tar.xz
Fixed the broken `brew` shell command
Diffstat (limited to 'doc')
-rw-r--r--doc/build-osx.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md
index 5eeda5b08e..0364d3a01b 100644
--- a/doc/build-osx.md
+++ b/doc/build-osx.md
@@ -50,7 +50,7 @@ Running this command takes you into brew's interactive mode, which allows you to
$ brew install https://raw.github.com/mxcl/homebrew/master/Library/Formula/berkeley-db4.rb -–without-java
```
-These rest of these commands are run inside brew interactive mode:
+The rest of these commands are run inside brew interactive mode:
```
/private/tmp/berkeley-db4-UGpd0O/db-4.8.30 $ cd ..
/private/tmp/berkeley-db4-UGpd0O $ db-4.8.30/dist/configure --prefix=/usr/local/Cellar/berkeley-db4/4.8.30 --mandir=/usr/local/Cellar/berkeley-db4/4.8.30/share/man --enable-cxx
@@ -61,7 +61,7 @@ These rest of these commands are run inside brew interactive mode:
After exiting, you'll get a warning that the install is keg-only, which means it wasn't symlinked to `/usr/local`. You don't need it to link it to build bitcoin, but if you want to, here's how:
- $ brew --force link berkeley-db4
+ $ brew link --force berkeley-db4
### Building `bitcoind`