summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMathew Robinson <chasinglogic@gmail.com>2017-12-07 17:03:06 -0500
committerMathew Robinson <chasinglogic@gmail.com>2017-12-11 09:48:54 -0500
commit64e3571e79872d3055d9dcc65d5488bb33fe5d58 (patch)
treeb0fd51de11d4fcf7fbdfc370de903b7c7ea7c7b4 /README
parentcc13cb76a07a01cb0eb14bd4516a9ef9c073f1c7 (diff)
downloadmongo-64e3571e79872d3055d9dcc65d5488bb33fe5d58.tar.gz
SERVER-32211 Update README to include compass installation
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index 79dfed79170..d2f2d9c575a 100644
--- a/README
+++ b/README
@@ -19,6 +19,7 @@ UTILITIES
bsondump - Convert BSON files into human-readable formats.
mongoreplay - Traffic capture and replay tool.
mongotop - Track time spent reading and writing data.
+ install_compass - Installs MongoDB Compass for your platform
BUILDING
@@ -39,6 +40,15 @@ RUNNING
$ ./mongo
> help
+INSTALLING COMPASS
+
+ You can install compass using the install_compass script packaged with MongoDB:
+
+ $ ./install_compass
+
+ This will download the appropriate MongoDB Compass package for your platform
+ and install it.
+
DRIVERS
Client drivers for most programming languages are available at