]> granicus.if.org Git - esp-idf/commitdiff
docs/en: fix cmake getting started docs
authorMahavir Jain <mahavir@espressif.com>
Mon, 1 Jul 2019 06:51:53 +0000 (12:21 +0530)
committerMahavir Jain <mahavir@espressif.com>
Mon, 1 Jul 2019 06:52:34 +0000 (12:22 +0530)
docs/en/get-started-cmake/index.rst

index ab4557f542577483d972c6fcc1d8defccd2252e1..5e084d853839490a22946ab2ddc6e001bec2b5ee 100644 (file)
@@ -118,7 +118,7 @@ Linux and MacOS
 \r
     mkdir -p ~/esp\r
     cd ~/esp\r
-    git clone --branch feature/cmake --recursive https://github.com/espressif/esp-idf.git\r
+    git clone --recursive https://github.com/espressif/esp-idf.git\r
 \r
 ESP-IDF will be downloaded into ``~/esp/esp-idf``.\r
 \r
@@ -130,7 +130,7 @@ Windows Command Prompt
 \r
     mkdir %userprofile%\esp\r
     cd %userprofile%\esp\r
-    git clone --branch feature/cmake --recursive https://github.com/espressif/esp-idf.git\r
+    git clone --recursive https://github.com/espressif/esp-idf.git\r
 \r
 .. highlight:: bash\r
 .. note::\r
@@ -140,13 +140,6 @@ Windows Command Prompt
         cd esp-idf\r
         git submodule update --init\r
 \r
-.. note::\r
-\r
-   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::\r
-\r
-         cd esp-idf\r
-         git checkout feature/cmake\r
-\r
 .. _get-started-setup-path-cmake:\r
 \r
 Setup Environment Variables\r