commit | d1a5ea06991f91c71c8c0cdc816b3aee7489c7ef | [log] [tgz] |
---|---|---|
author | Yinying Li <yinyingli@google.com> | Mon Jun 17 19:55:25 2024 +0000 |
committer | GitHub <noreply@github.com> | Mon Jun 17 15:55:25 2024 -0400 |
tree | 1bdaf72703e7b5569d3799c45c23375e6588c071 | |
parent | 612d94a8428d1f7ae206954fd92532398950790a [diff] |
Update README.md (#35)
diff --git a/README.md b/README.md index 8704d35..7fb3835 100644 --- a/README.md +++ b/README.md
@@ -24,6 +24,12 @@ git submodule update --init --recursive --progress ``` +To always get updated submodules through `git pull`, set the following flag: + +```shell +git config --global submodule.recurse true +``` + All following commands assume you remain in the `mpact-compiler` directory. ### Setup Python virtual environment