]> granicus.if.org Git - esp-idf/commitdiff
doc zh_CN: Remove redundant --branch feature/cmake
authorAngus Gratton <angus@espressif.com>
Tue, 18 Dec 2018 04:51:37 +0000 (15:51 +1100)
committerAngus Gratton <gus@projectgus.com>
Tue, 18 Dec 2018 04:51:37 +0000 (15:51 +1100)
Forgot to remove when updating the English version.

Closes https://github.com/espressif/esp-idf/issues/2834

docs/zh_CN/get-started-cmake/index.rst

index 067831430ceea10cdc8bd306859f97ef9b15286e..b9f4289c2d15ec58522fc4658e9d4baff59b949e 100644 (file)
@@ -120,7 +120,7 @@ Linux 和 MacOS
 \r
     mkdir -p ~/esp\r
     cd ~/esp\r
-    git clone --branch feature/cmake --recursive https://github.com/espressif/esp-idf.git\r
+    git clone --recursive https://github.com/espressif/esp-idf.git\r
 \r
 ESP-IDF 将会被下载到 ``~/esp/esp-idf`` 目录下。\r
 \r
@@ -132,7 +132,7 @@ Windows Command Prompt
 \r
     mkdir %userprofile%\esp\r
     cd %userprofile%\esp\r
-    git clone --branch feature/cmake --recursive https://github.com/espressif/esp-idf.git\r
+    git clone --recursive https://github.com/espressif/esp-idf.git\r
 \r
 .. highlight:: bash\r
 .. note::\r