Skip to content

Commit 4ba0738

Browse files
authored
Update README.md (#84)
Fix error in: git submodule update --checkout --init --recursive test/unit-test/Unity
1 parent a6d2314 commit 4ba0738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ By default, the submodules in this repository are configured with `update=none`
8484

8585
To build unit tests, the submodule dependency of Unity is required. Use the following command to clone the submodule:
8686
```
87-
git submodule update --checkout --init --recursive --test/unit-test/Unity
87+
git submodule update --checkout --init --recursive test/unit-test/Unity
8888
```
8989

9090
### Platform Prerequisites

0 commit comments

Comments
 (0)