summaryrefslogtreecommitdiff
path: root/cpp/BuildInstructionsOSX.md
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2015-05-14 14:42:52 -0400
committerJoe George <joe@zeroc.com>2015-05-14 14:43:12 -0400
commitdccfe7a74dde1f566c3d45737ade91111c7626fb (patch)
treee95a6ef5715a4fea5dd6414400be14ad2dc3d799 /cpp/BuildInstructionsOSX.md
parentAdd Ice.props for ICE_HOME Ice Builder support (diff)
downloadice-dccfe7a74dde1f566c3d45737ade91111c7626fb.tar.bz2
ice-dccfe7a74dde1f566c3d45737ade91111c7626fb.tar.xz
ice-dccfe7a74dde1f566c3d45737ade91111c7626fb.zip
Fix various typos
Diffstat (limited to 'cpp/BuildInstructionsOSX.md')
-rw-r--r--cpp/BuildInstructionsOSX.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/BuildInstructionsOSX.md b/cpp/BuildInstructionsOSX.md
index 6255443fd76..c112e4bb2e9 100644
--- a/cpp/BuildInstructionsOSX.md
+++ b/cpp/BuildInstructionsOSX.md
@@ -22,10 +22,10 @@ Expat, OpenSSL and bzip are included with your system. For Berkeley DB and mcpp,
- Using [Homebrew](http://brew.sh), install Berkeley DB and mcpp with these commands:
- $ brew tap zeroc-inc/ice```
- $ brew install berkeley-db53 [--without-java]```
- $ brew install mcpp```
-
+ $ brew tap zeroc-ice/tap
+ $ brew install berkeley-db53 [--without-java]
+ $ brew install mcpp
+
The ```berkeley-db53``` package is a pre-compiled bottle that includes Java support by default; you can exclude Java support using the ```--without-java``` option.
- Download the Berkeley DB and mcpp source distributions and build them yourself.