summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRachelle Palmer <techbelle@users.noreply.github.com>2022-11-29 15:52:39 -0500
committerGitHub <noreply@github.com>2022-11-29 15:52:39 -0500
commit48ee842f9350c52665425bb28f8aa8a0efb4a877 (patch)
treea13fbe820135919a8e33cd21586fc9ca64c49ec7
parentdf59dfb0bc2db603fea6e1e3a0fe27059578ba4b (diff)
downloadmongo-techbelle-patch-1.tar.gz
Update README.mdtechbelle-patch-1
updated with new DevCenter, University links; updated download instructions, removed duplicate Compass instructions
-rw-r--r--README.md16
1 files changed, 9 insertions, 7 deletions
diff --git a/README.md b/README.md
index 55954eba557..491f729ce24 100644
--- a/README.md
+++ b/README.md
@@ -8,9 +8,12 @@ Welcome to MongoDB!
- `mongos` - Sharding router.
- `mongo` - The database shell (uses interactive javascript).
-## Utilities
- `install_compass` - Installs MongoDB Compass for your platform.
+## Download MongoDB
+ - https://www.mongodb.com/try/download/community
+ - Using homebrew `brew tap mongodb/brew`
+ - Using docker image `docker pull mongo`
+
## Building
@@ -61,9 +64,11 @@ Welcome to MongoDB!
Packages are created dynamically by the [buildscripts/packager.py](buildscripts/packager.py) script.
This will generate RPM and Debian packages.
-## Documentation
+## Learn MongoDB
- https://docs.mongodb.com/manual/
+ Documentation - https://docs.mongodb.com/manual/
+ Developer Center - https://www.mongodb.com/developer/
+ MongoDB University - https://learn.mongodb.com
## Cloud Hosted MongoDB
@@ -79,9 +84,6 @@ Welcome to MongoDB!
Technical questions about building and developing MongoDB.
-## Learn MongoDB
-
- https://university.mongodb.com/
## LICENSE