mirror of https://github.com/mongodb/mongo
SERVER-71682 Update README.md
updated with new DevCenter, University links; updated download instructions, removed duplicate Compass instructions Closes https://github.com/mongodb/mongo/pull/1507 Signed-off-by: yuanfang0818 <yuan.fang@mongodb.com>
This commit is contained in:
parent
72764ceeee
commit
9f42560f56
16
README.md
16
README.md
|
|
@ -8,9 +8,12 @@ Welcome to MongoDB!
|
||||||
- `mongos` - Sharding router.
|
- `mongos` - Sharding router.
|
||||||
- `mongo` - The database shell (uses interactive javascript).
|
- `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
|
## Building
|
||||||
|
|
||||||
|
|
@ -61,9 +64,11 @@ Welcome to MongoDB!
|
||||||
Packages are created dynamically by the [buildscripts/packager.py](buildscripts/packager.py) script.
|
Packages are created dynamically by the [buildscripts/packager.py](buildscripts/packager.py) script.
|
||||||
This will generate RPM and Debian packages.
|
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
|
## Cloud Hosted MongoDB
|
||||||
|
|
||||||
|
|
@ -79,9 +84,6 @@ Welcome to MongoDB!
|
||||||
|
|
||||||
Technical questions about building and developing MongoDB.
|
Technical questions about building and developing MongoDB.
|
||||||
|
|
||||||
## Learn MongoDB
|
|
||||||
|
|
||||||
https://university.mongodb.com/
|
|
||||||
|
|
||||||
## LICENSE
|
## LICENSE
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue