From e9bf0d2993cd8646ed7f9a7635cd2decc4f16c3f Mon Sep 17 00:00:00 2001 From: Austin Date: Thu, 23 Sep 2021 08:24:32 +0000 Subject: [PATCH 1/2] update zh-cn/device-dev/quick-start/quickstart-standard-running.md. Signed-off-by: Austin --- .../device-dev/quick-start/quickstart-standard-running.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/zh-cn/device-dev/quick-start/quickstart-standard-running.md b/zh-cn/device-dev/quick-start/quickstart-standard-running.md index 22c78213f7a..674aef03326 100644 --- a/zh-cn/device-dev/quick-start/quickstart-standard-running.md +++ b/zh-cn/device-dev/quick-start/quickstart-standard-running.md @@ -1,6 +1,9 @@ # 镜像运行 -- [\#ZH-CN\_TOPIC\_0000001142160948/section153991115191314](#section153991115191314) +- [镜像运行](#section153991115191314) +- [下一步](#section5600113114323) + +## 镜像运行 烧录完成后通过以下步骤运行系统: @@ -44,3 +47,5 @@ ![](figure/start-the-system.png) +## 下一步 +恭喜!您已经完成了OpenHarmony标准系统的快速入门,接下来可[开发一个小示例](../guide/device-clock-guide.md),进一步熟悉OpenHarmony的开发。 \ No newline at end of file -- Gitee From 0a2b88bd81812a6f2e4bd793af77efac7f086367 Mon Sep 17 00:00:00 2001 From: Austin Date: Thu, 23 Sep 2021 09:29:02 +0000 Subject: [PATCH 2/2] update en/device-dev/quick-start/quickstart-standard-running.md. Signed-off-by: Austin --- en/device-dev/quick-start/quickstart-standard-running.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/en/device-dev/quick-start/quickstart-standard-running.md b/en/device-dev/quick-start/quickstart-standard-running.md index 5e377347e41..56033ecc0e4 100644 --- a/en/device-dev/quick-start/quickstart-standard-running.md +++ b/en/device-dev/quick-start/quickstart-standard-running.md @@ -1,6 +1,6 @@ # Running an Image -- [\#EN-US\_TOPIC\_0000001142160948/section153991115191314](#section153991115191314) +## Running an Image After the image burning is complete, perform the following steps to run the system: @@ -43,4 +43,6 @@ After the image burning is complete, perform the following steps to run the syst ![](figure/start-the-system.png) +## Next +Congratulations! You have completed the quick start for the standard system. Get yourself familiar with OpenHarmony by a [Development Example for Clock App](../device/device-clock-guide.md). -- Gitee