]> granicus.if.org Git - esp-idf/commitdiff
correct eclipse build command
authorwushifu32 <mailtowubo@163.com>
Sun, 3 Jun 2018 03:44:26 +0000 (11:44 +0800)
committerAngus Gratton <gus@projectgus.com>
Mon, 4 Jun 2018 07:19:28 +0000 (17:19 +1000)
Merges https://github.com/espressif/esp-idf/pull/2024

docs/zh_CN/get-started/eclipse-setup-windows.rst

index 4047dc939e86a221ff1370bff53c04ff6acdd733..f386d83b8d208ff22b7c310066bf45b2aefc1c4d 100644 (file)
@@ -44,7 +44,7 @@ Windows 平台上的 Eclipse 配置
 
 * 点击 “C/C++ Build” 属性页。
 
-       * 取消选中 “Use default build command”,然后输入命令:``python${IDF_PATH}/tools/windows/eclipse_make.py``,开始自定义创建。
+       * 取消选中 “Use default build command”,然后输入命令:``python ${IDF_PATH}/tools/windows/eclipse_make.py``,开始自定义创建。
 
 * 点击 “C/C++ Build” 下的 “Environment” 属性页面。