commit | 771d61ddfdfa44a80d37e4cfc4c8fe3706b0e24e | [log] [tgz] |
---|---|---|
author | Aart Bik <ajcbik@google.com> | Wed May 22 12:03:32 2024 -0700 |
committer | Aart Bik <ajcbik@google.com> | Wed May 22 12:03:32 2024 -0700 |
tree | 8707f513cf8ba5d96ea88932e7664083ae2a4bf2 | |
parent | 314aaa66830154202fb166c47f63615e63748995 [diff] |
[mpact][compiler] add recursive to git submodule command
diff --git a/README.md b/README.md index fa611b7..b2d0214 100644 --- a/README.md +++ b/README.md
@@ -21,7 +21,7 @@ ```shell git clone https://github.com/MPACT-ORG/mpact-compiler.git cd mpact-compiler -git submodule update --init --progress +git submodule update --init --recursive --progress ``` All following commands assume you remain in the `mpact-compiler` directory.