]> granicus.if.org Git - esp-idf/commitdiff
Simplified "Installing OpenOCD" with git clone --recursive
authorBenjamin Vernoux <bvernoux@gmail.com>
Fri, 28 Oct 2016 20:25:14 +0000 (22:25 +0200)
committerAngus Gratton <angus@espressif.com>
Wed, 16 Nov 2016 23:19:42 +0000 (10:19 +1100)
docs/openocd.rst

index 2dcb55f0c5807af7bc3e01d7587884eadf93b7c9..642e3067e198e8cedcd10ea2e60ea3cd36d27e91 100644 (file)
@@ -40,10 +40,8 @@ Installing OpenOCD
 The sources for the ESP32-enabled variant of OpenOCD are available from `Espressifs Github <https://github.com/espressif/openocd-esp32>`_. 
 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.