From 64e3571e79872d3055d9dcc65d5488bb33fe5d58 Mon Sep 17 00:00:00 2001 From: Mathew Robinson Date: Thu, 7 Dec 2017 17:03:06 -0500 Subject: SERVER-32211 Update README to include compass installation --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README') 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 -- cgit v1.2.1