diff --git a/README.md b/README.md index 36419dc..e8c35ce 100644 --- a/README.md +++ b/README.md @@ -229,7 +229,7 @@ pip install esp-idf-monitor To run `esp-idf-monitor` with panic backtrace decoding for e.g. ESP32-C3, do: ```sh -python -m esp_idf_monitor --toolchain-prefix riscv32-esp-elf- --target esp32c3 --decode-panic backtrace +python -m esp_idf_monitor [-p your-com-port-eg-`dev/ttyUSB0`] --toolchain-prefix riscv32-esp-elf- --target esp32c3 --decode-panic backtrace ``` For other RISCV SOCs like e.g. ESP32-C6 you only need to change the `--target` to `esp32c6`, but the toolchain prefix (and thus GDB itself) would remain the same.