From 53f77115b6b7c48faea123682287975ce709c56a Mon Sep 17 00:00:00 2001 From: Glen Flint Date: Thu, 21 Jan 2021 22:16:09 -0600 Subject: [PATCH] Update README.md Fix error in: git submodule update --checkout --init --recursive test/unit-test/Unity --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3c4a6b3..48c8e05d 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ By default, the submodules in this repository are configured with `update=none` To build unit tests, the submodule dependency of Unity is required. Use the following command to clone the submodule: ``` -git submodule update --checkout --init --recursive --test/unit-test/Unity +git submodule update --checkout --init --recursive test/unit-test/Unity ``` ### Platform Prerequisites