diff --git a/README.md b/README.md index bcb4c8f3a..5ff888fe4 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ For a CMake example of building the MQTT library with the `mqttFilePaths.cmake` ## Building Unit Tests ### Checkout CMock Submodule -By default, the submodules in this repository are configured with `update=none` in [.gitmodules](.gitmodules) to avoid increasing clone time and disk space usage of other repositories (like [amazon-freertos](https://github.com/aws/amazon-freertos) that submodule this repository. +By default, the submodules in this repository are configured with `update=none` in [.gitmodules](.gitmodules) to avoid increasing clone time and disk space usage of other repositories (like [amazon-freertos](https://github.com/aws/amazon-freertos) that submodules this repository). To build unit tests, the submodule dependency of CMock is required. Use the following command to clone the submodule: ```