From 6722a78684dfa33670cfdcade5f98e931b69aab4 Mon Sep 17 00:00:00 2001 From: Wenderson Oliveira Date: Thu, 10 May 2018 19:49:17 -0300 Subject: [PATCH 1/2] Fix git command. Merges https://github.com/espressif/esp-idf/pull/1943 --- docs/en/api-guides/jtag-debugging/building-openocd-windows.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/api-guides/jtag-debugging/building-openocd-windows.rst b/docs/en/api-guides/jtag-debugging/building-openocd-windows.rst index 4f0419135c..61dab53deb 100644 --- a/docs/en/api-guides/jtag-debugging/building-openocd-windows.rst +++ b/docs/en/api-guides/jtag-debugging/building-openocd-windows.rst @@ -13,7 +13,7 @@ Download Sources of OpenOCD The sources for the ESP32-enabled variant of OpenOCD are available from Espressif GitHub under https://github.com/espressif/openocd-esp32. To download the sources, use the following commands:: cd ~/esp - git clone –recursive https://github.com/espressif/openocd-esp32.git + git clone --recursive https://github.com/espressif/openocd-esp32.git The clone of sources should be now saved in ``~/esp/openocd-esp32`` directory. From d19dbea059cf21c1fe9bbf2f371c5ede29d434f6 Mon Sep 17 00:00:00 2001 From: krzychb Date: Fri, 11 May 2018 20:08:55 +0200 Subject: [PATCH 2/2] Fixed git command --- docs/en/api-guides/jtag-debugging/building-openocd-macos.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/api-guides/jtag-debugging/building-openocd-macos.rst b/docs/en/api-guides/jtag-debugging/building-openocd-macos.rst index 349fd882c3..b56696732d 100644 --- a/docs/en/api-guides/jtag-debugging/building-openocd-macos.rst +++ b/docs/en/api-guides/jtag-debugging/building-openocd-macos.rst @@ -12,7 +12,7 @@ Download Sources of OpenOCD The sources for the ESP32-enabled variant of OpenOCD are available from Espressif GitHub under https://github.com/espressif/openocd-esp32. To download the sources, use the following commands:: cd ~/esp - git clone –recursive https://github.com/espressif/openocd-esp32.git + git clone --recursive https://github.com/espressif/openocd-esp32.git The clone of sources should be now saved in ``~/esp/openocd-esp32`` directory.