summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 9 insertions, 6 deletions
diff --git a/README b/README
index 37282ee4f88..3b166d18800 100644
--- a/README
+++ b/README
@@ -14,16 +14,20 @@ BUILDING
see docs/building.md
-
RUNNING
- ./mongod
+ To see command line options invoke:
- runs the database. Use
+ $ ./mongod --help
- ./mongod --help
+ To run a single server database:
- to see command line options.
+ $ mkdir /data/db
+ $ ./mongod
+ $
+ $ # mongo shell connects to localhost and test database by default:
+ $ ./mongo
+ > help
NOTES
@@ -31,7 +35,6 @@ NOTES
not be able to work with large (multi-gigabyte) databases. However, 32 bit
builds work fine with small development databases.
-
LICENSING
Most MongoDB source files are made available under the terms of the