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
This commit is contained in:
Angus Gratton 2018-12-18 15:51:37 +11:00 committed by Angus Gratton
parent 1607812fef
commit 3d03c2b7fd

View File

@ -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::