From 4e25f20c829b32d4cff022fe8c76fc4073672380 Mon Sep 17 00:00:00 2001 From: Mahavir Jain Date: Mon, 1 Jul 2019 12:21:53 +0530 Subject: [PATCH] docs/en: fix cmake getting started docs --- docs/en/get-started-cmake/index.rst | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/docs/en/get-started-cmake/index.rst b/docs/en/get-started-cmake/index.rst index ab4557f54..5e084d853 100644 --- a/docs/en/get-started-cmake/index.rst +++ b/docs/en/get-started-cmake/index.rst @@ -118,7 +118,7 @@ Linux and 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 will be downloaded into ``~/esp/esp-idf``. @@ -130,7 +130,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:: @@ -140,13 +140,6 @@ Windows Command Prompt cd esp-idf git submodule update --init -.. note:: - - The CMake-based build system preview uses a different Git branch to the default. This branch is ``feature/cmake``. If you missed the ``--branch`` option when cloning then you can switch branches on the command line:: - - cd esp-idf - git checkout feature/cmake - .. _get-started-setup-path-cmake: Setup Environment Variables