diff options
Diffstat (limited to 'docs/building.md')
-rw-r--r-- | docs/building.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/building.md b/docs/building.md index 7b4fc2e7657..949832e524f 100644 --- a/docs/building.md +++ b/docs/building.md @@ -9,7 +9,7 @@ For detail information about building, please see [the wiki](http://dochub.mongo If you want to build everything (mongod, mongo, tools, etc): - $ scons . + $ scons all If you only want to build the database: |