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
pull/2869/head
Angus Gratton 2018-12-18 15:51:37 +11:00 zatwierdzone przez Angus Gratton
rodzic 1607812fef
commit 3d03c2b7fd
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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