diff --git a/README.md b/README.md index 8c387e4..52c6359 100644 --- a/README.md +++ b/README.md @@ -220,7 +220,7 @@ Go to the path of the project then to `m20/`. Ensure that ST-Link is connected a replace `` with path of the extracted program. After it finishes you can flash the built firmware: ```cmd -\bin\openocd.exe -s ./openocd/ -f openocd\openocd_m20.cfg -c "program build\m20.elf verify reset exit" +\bin\openocd.exe -s openocd -f openocd\openocd_m20.cfg -c "program build\m20.elf verify reset exit" ``` After it finishes your sonde should now work with the new firmware.