From 37b98f7306f8f2743ea8f0e672da5e06c732baea Mon Sep 17 00:00:00 2001 From: njyq2008 Date: Tue, 13 Feb 2018 16:35:28 +0800 Subject: [PATCH] Update index-cn.rst. Closes https://github.com/espressif/esp-idf/issue/1620 --- docs/get-started/index-cn.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get-started/index-cn.rst b/docs/get-started/index-cn.rst index 5a0bbbe62d..5d2a21da30 100644 --- a/docs/get-started/index-cn.rst +++ b/docs/get-started/index-cn.rst @@ -142,7 +142,7 @@ ESP-IDF 将会被下载到 ``~/esp/esp-idf``。 将 :example:`get-started/hello_world` 拷贝到 ``~/esp`` 目录: :: cd ~/esp - cp -r $IDF_PATH/examples/get-started/hello_world + cp -r $IDF_PATH/examples/get-started/hello_world . ESP-IDF 的 :idf:`examples` 目录下有一系列示例工程,都可以按照上面的方法进行创建。