From 3d03c2b7fd7674be59cdeb8a95ddfa31fac8368b Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Tue, 18 Dec 2018 15:51:37 +1100 Subject: [PATCH] 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 --- docs/zh_CN/get-started-cmake/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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:: -- 2.50.1