From: krzychb Date: Fri, 11 May 2018 18:08:55 +0000 (+0200) Subject: Fixed git command X-Git-Tag: v3.1-beta1~134^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d19dbea059cf21c1fe9bbf2f371c5ede29d434f6;p=esp-idf Fixed git command --- 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.