| commit | 8580c476a182f0cdd8355b7f07ffd00542ad30f6 | [log] [tgz] |
|---|---|---|
| author | Johnathan Van Why <jrvanwhy@google.com> | Wed Jun 17 09:03:06 2020 -0700 |
| committer | Johnathan Van Why <jrvanwhy@google.com> | Wed Jun 17 09:03:06 2020 -0700 |
| tree | 52214a3e0149fcfa7a098cd6e0b3f8ea849f6007 | |
| parent | c0d2b6f95b842c8f48c42c65148f18904344a022 [diff] |
Update the README's clone command to clone submodules as well.
diff --git a/README.md b/README.md index e4b0eee..52ea0b6 100644 --- a/README.md +++ b/README.md
@@ -29,7 +29,7 @@ 1. Clone the repository: ```shell - git clone https://github.com/tock/libtock-rs + git clone --recursive https://github.com/tock/libtock-rs cd libtock-rs ```