From 65ebc514175cc82d166b9634ae528389b242b0b9 Mon Sep 17 00:00:00 2001 From: Yong Da Li Date: Sat, 11 Feb 2023 16:56:07 -0500 Subject: [PATCH] fix git typo --- test-app-STM32F4-measured-boot/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-app-STM32F4-measured-boot/README.md b/test-app-STM32F4-measured-boot/README.md index 93c8077..e0af6f2 100644 --- a/test-app-STM32F4-measured-boot/README.md +++ b/test-app-STM32F4-measured-boot/README.md @@ -74,11 +74,11 @@ Note: Make sure the Ground connection between your USB-UART converter is connect Before compiling make sure the git submodules are initialized and updated correctly. Use the following commands to make sure: -`wolfboot-examples/$ git submodule --init --update` +`wolfboot-examples/$ git submodule update --init ` `wolfboot-examples/$ cd wolfBoot` -`wolfboot-examples/wolfBoot$ git submodule --init --update` +`wolfboot-examples/wolfBoot$ git submodule update --init` Enter the project folder for this example: