diff options
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
|