diff --git a/docs/development.md b/docs/development.md index 1a6d2c92..c63c9d95 100644 --- a/docs/development.md +++ b/docs/development.md @@ -89,6 +89,8 @@ When updating code, always update submodules: git pull git submodule update --init ``` +With newer git 2.15+, you main use `git pull --recurse-submodules` or `git config --global submodule.recurse true` to make it automatic. + To save some typing, consider adding some aliases to `~/.profile`: ``` diff --git a/neodb-takahe b/neodb-takahe index de817216..d3c19754 160000 --- a/neodb-takahe +++ b/neodb-takahe @@ -1 +1 @@ -Subproject commit de81721650a79f6f1b6b6501927405853f032f4c +Subproject commit d3c1975402d0ad64d2349bdd72af044d78493804