diff options
author | Billy Donahue <billy.donahue@mongodb.com> | 2017-10-09 17:14:33 -0400 |
---|---|---|
committer | Billy Donahue <billy.donahue@mongodb.com> | 2017-10-13 12:09:36 -0400 |
commit | 82c6964a6fd3c71861e4c085effc73a52976a720 (patch) | |
tree | c73ab7d7a72fc18d0fd94bfc12759be7cdb69027 /docs | |
parent | be8ac18c74ce91021543dd0afe4eae86018c7e30 (diff) | |
download | mongo-82c6964a6fd3c71861e4c085effc73a52976a720.tar.gz |
SERVER-31473 docs/building.md target should be "mongod" not "scons".
Diffstat (limited to 'docs')
-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 2a746414331..3bcaf360dac 100644 --- a/docs/building.md +++ b/docs/building.md @@ -45,7 +45,7 @@ If you want to build everything (mongod, mongo, tests, etc): If you only want to build the database: - $ python2 buildscripts/scons.py scons + $ python2 buildscripts/scons.py mongod To install |