diff --git a/README.md b/README.md index 5b8e2d3..475c4e8 100644 --- a/README.md +++ b/README.md @@ -66,11 +66,12 @@ Run these commands from the workspace root: ```powershell $board = "stm32f4_disco" +$project = "kconfig_hello" west build -p always ` - -s apps\kconfig_hello ` - -d build\kconfig_hello ` + -s apps\$project ` + -d build\$project ` -b $board -west flash -d build\kconfig_hello +west flash -d build\$project ```