From 78d084942670c1703af3da58d0fa91f07fd19953 Mon Sep 17 00:00:00 2001 From: Benjamin Vernoux Date: Fri, 28 Oct 2016 22:25:14 +0200 Subject: [PATCH] Simplified "Installing OpenOCD" with git clone --recursive --- docs/openocd.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/openocd.rst b/docs/openocd.rst index 2dcb55f0c..642e3067e 100644 --- a/docs/openocd.rst +++ b/docs/openocd.rst @@ -40,10 +40,8 @@ Installing OpenOCD The sources for the ESP32-enabled variant of OpenOCD are available from `Espressifs Github `_. To download the source, use the following commands:: - git clone https://github.com/espressif/openocd-esp32.git + git clone --recursive https://github.com/espressif/openocd-esp32.git cd openocd-esp32 - git submodule init - git submodule update For compilation of OpenOCD, please refer to the README, README.OSX and README.Windows file in the openocd-esp32 directory. You can skip the ``make install`` step if you want.