summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRobin Hallabro <robin@hallabro.nu>2014-01-27 15:55:48 +0100
committerMatt Kangas <matt.kangas@mongodb.com>2014-02-05 11:59:42 -0500
commit40af64b6940c8479e11e9a69fe9a9120ce2e0935 (patch)
treef08b094d2f0214f6a1eba4631f321968801601ad /docs
parenta1c9bdb119919d53de74c906888a4125ed0a8ab0 (diff)
downloadmongo-40af64b6940c8479e11e9a69fe9a9120ce2e0935.tar.gz
Include MacPorts in building.md
Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/building.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/building.md b/docs/building.md
index 13aa4f90eaa..9d7450a4ccd 100644
--- a/docs/building.md
+++ b/docs/building.md
@@ -1,4 +1,3 @@
-
Building MongoDB
================
@@ -69,10 +68,13 @@ Then build as usual with `scons`:
OS X
--------------
-Try [Homebrew](http://mxcl.github.com/homebrew/):
+Using [Homebrew](http://mxcl.github.com/homebrew/):
$ brew install mongodb
+Using [MacPorts](http://www.macports.org):
+
+ ยง sudo port install mongodb
FREEBSD
--------------