Add note about what to do with submodules on first checkout.

This commit is contained in:
Brent Simmons 2018-08-18 11:04:28 -07:00
parent d01163b6d4
commit 6fa34df300
1 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,12 @@
Evergreen uses [Git submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules) to include shared frameworks. At this writing (June 2018) they are DB5, RSCore, RSDatabase, RSWeb, RSTree, and RSParser.
After your first checkout:
git submodule init
git submodule update
To add a submodule:
git submodule add https://github.com/username/path