summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRobert Guo <robert.guo@mongodb.com>2022-05-20 22:39:45 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-05-20 23:06:03 +0000
commit760094b55acc73f11274ef6b4cbd1b45bafe0cc2 (patch)
tree6f8eeccab32d398be071b718cef2fc376c6c1bd1 /docs
parent0c760babbaf661d13fb2d1838f46fb70753d681c (diff)
downloadmongo-760094b55acc73f11274ef6b4cbd1b45bafe0cc2.tar.gz
SERVER-66627 add install-devcore target for forward compatibility
Diffstat (limited to 'docs')
-rw-r--r--docs/building.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/building.md b/docs/building.md
index 2f1fe5e34b9..ced941a951b 100644
--- a/docs/building.md
+++ b/docs/building.md
@@ -102,6 +102,7 @@ only certain components:
* `install-mongo` or `install-shell`
* `install-servers` (includes `mongod` and `mongos`)
* `install-core` (includes `mongod`, `mongos`, `mongo`)
+* `install-devcore` (includes `mongod`, `mongos`, and `mongo`; the name is forward-compatible with 6.0+ branches)
* `install-all`