summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBilly Donahue <BillyDonahue@users.noreply.github.com>2023-05-01 20:32:55 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-05-01 23:12:58 +0000
commitc38144dfa47bde09de29bce80fc2a0a935270b75 (patch)
tree7ef2e8b4c3b293a87eb8e214306cf821c137f42d /README.md
parent86bd5899b0db0681fd5cd2b2fae0452922958979 (diff)
downloadmongo-c38144dfa47bde09de29bce80fc2a0a935270b75.tar.gz
SERVER-76731 Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/README.md b/README.md
index 491f729ce24..b441e5a6116 100644
--- a/README.md
+++ b/README.md
@@ -30,12 +30,12 @@ Welcome to MongoDB!
To run a single server database:
```bash
- $ sudo mkdir -p /data/db
- $ ./mongod
- $
- $ # The mongo javascript shell connects to localhost and test database by default:
- $ ./mongo
- > help
+ $ sudo mkdir -p /data/db
+ $ ./mongod
+ $
+ $ # The mongo javascript shell connects to localhost and test database by default:
+ $ ./mongo
+ > help
```
## Installing Compass
@@ -43,7 +43,7 @@ Welcome to MongoDB!
You can install compass using the `install_compass` script packaged with MongoDB:
```bash
- $ ./install_compass
+ $ ./install_compass
```
This will download the appropriate MongoDB Compass package for your platform
@@ -66,9 +66,9 @@ Welcome to MongoDB!
## Learn MongoDB
- Documentation - https://docs.mongodb.com/manual/
- Developer Center - https://www.mongodb.com/developer/
- MongoDB University - https://learn.mongodb.com
+ - Documentation - https://docs.mongodb.com/manual/
+ - Developer Center - https://www.mongodb.com/developer/
+ - MongoDB University - https://learn.mongodb.com
## Cloud Hosted MongoDB