diff options
author | Mathew Robinson <chasinglogic@gmail.com> | 2017-12-07 17:03:06 -0500 |
---|---|---|
committer | Mathew Robinson <chasinglogic@gmail.com> | 2017-12-11 09:48:54 -0500 |
commit | 64e3571e79872d3055d9dcc65d5488bb33fe5d58 (patch) | |
tree | b0fd51de11d4fcf7fbdfc370de903b7c7ea7c7b4 /README | |
parent | cc13cb76a07a01cb0eb14bd4516a9ef9c073f1c7 (diff) | |
download | mongo-64e3571e79872d3055d9dcc65d5488bb33fe5d58.tar.gz |
SERVER-32211 Update README to include compass installation
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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
|