From fc5f029b4b82525bf81b2a1046217bdfff51220c Mon Sep 17 00:00:00 2001 From: "Pascal J. Bourguignon" Date: Mon, 26 Jun 2023 20:15:59 +0200 Subject: [PATCH] Update docs/CMock_Summary.md Added --recursive to submodules update. Co-authored-by: Crt Mori --- docs/CMock_Summary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CMock_Summary.md b/docs/CMock_Summary.md index 7c039215..43dfa2cc 100644 --- a/docs/CMock_Summary.md +++ b/docs/CMock_Summary.md @@ -82,7 +82,7 @@ replied with a version that is older than 2.0.0. Go ahead. We'll wait. Once you have Ruby, you have three options: * Clone the latest [CMock repo on github](https://github.com/ThrowTheSwitch/CMock/) - (This includes updating the submodules: `git submodules update`) + (This includes updating the submodules: `git submodules update --recursive`) * Download the latest [CMock zip from github](https://github.com/ThrowTheSwitch/CMock/) * Install Ceedling (which has it built in!) through your commandline using `gem install ceedling`.