We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef080c0 commit 37b98f7Copy full SHA for 37b98f7
docs/get-started/index-cn.rst
@@ -142,7 +142,7 @@ ESP-IDF 将会被下载到 ``~/esp/esp-idf``。
142
将 :example:`get-started/hello_world` 拷贝到 ``~/esp`` 目录: ::
143
144
cd ~/esp
145
- cp -r $IDF_PATH/examples/get-started/hello_world
+ cp -r $IDF_PATH/examples/get-started/hello_world .
146
147
ESP-IDF 的 :idf:`examples` 目录下有一系列示例工程,都可以按照上面的方法进行创建。
148
0 commit comments