From f32abada86b275c7df1354af601706cddfe75a2b Mon Sep 17 00:00:00 2001 From: John Date: Tue, 13 Mar 2018 05:52:04 -0400 Subject: [PATCH] Update building-openocd-linux.rst. Merges https://github.com/espressif/esp-idf/pull/1714 replace - for -- in line 16 to make it run --- docs/en/api-guides/jtag-debugging/building-openocd-linux.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/api-guides/jtag-debugging/building-openocd-linux.rst b/docs/en/api-guides/jtag-debugging/building-openocd-linux.rst index cdc27a5355..ca6a087775 100644 --- a/docs/en/api-guides/jtag-debugging/building-openocd-linux.rst +++ b/docs/en/api-guides/jtag-debugging/building-openocd-linux.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. -- 2.40.0