From: Angus Gratton Date: Tue, 18 Dec 2018 04:51:37 +0000 (+1100) Subject: doc zh_CN: Remove redundant --branch feature/cmake X-Git-Tag: v3.3-beta2~142^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3d03c2b7fd7674be59cdeb8a95ddfa31fac8368b;p=esp-idf doc zh_CN: Remove redundant --branch feature/cmake Forgot to remove when updating the English version. Closes https://github.com/espressif/esp-idf/issues/2834 --- diff --git a/docs/zh_CN/get-started-cmake/index.rst b/docs/zh_CN/get-started-cmake/index.rst index 067831430c..b9f4289c2d 100644 --- a/docs/zh_CN/get-started-cmake/index.rst +++ b/docs/zh_CN/get-started-cmake/index.rst @@ -120,7 +120,7 @@ Linux 和 MacOS mkdir -p ~/esp cd ~/esp - git clone --branch feature/cmake --recursive https://github.com/espressif/esp-idf.git + git clone --recursive https://github.com/espressif/esp-idf.git ESP-IDF 将会被下载到 ``~/esp/esp-idf`` 目录下。 @@ -132,7 +132,7 @@ Windows Command Prompt mkdir %userprofile%\esp cd %userprofile%\esp - git clone --branch feature/cmake --recursive https://github.com/espressif/esp-idf.git + git clone --recursive https://github.com/espressif/esp-idf.git .. highlight:: bash .. note::