From 8a535e72526412ee588b5d347b5727c06184c649 Mon Sep 17 00:00:00 2001 From: conglin Date: Sat, 18 Sep 2021 17:48:52 +0800 Subject: [PATCH] update format Signed-off-by: conglin --- .../quickstart-standard-docker-environment.md | 14 +++++++------- .../quickstart-standard-docker-environment.md | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/en/device-dev/quick-start/quickstart-standard-docker-environment.md b/en/device-dev/quick-start/quickstart-standard-docker-environment.md index 5c0aa08639..6cb423557f 100644 --- a/en/device-dev/quick-start/quickstart-standard-docker-environment.md +++ b/en/device-dev/quick-start/quickstart-standard-docker-environment.md @@ -97,17 +97,17 @@ bash build/prebuilts_download.sh ## Building Source Code -Run the following script to start building for Standard-System Devices \(reference memory ≥ 128 MB\): +1. Run the following script to start building for Standard-System Devices \(reference memory ≥ 128 MB\): -``` -./build.sh --product-name {product_name} -``` + ``` + ./build.sh --product-name {product_name} + ``` -**product\_name** indicates the product supported by the current distribution, for example, **Hi3516DV300**. + **product\_name** indicates the product supported by the current distribution, for example, **Hi3516DV300**. -Files generated during the build are stored in the **out/ohos-arm-release/** directory, and the generated image is stored in the **out/ohos-arm-release/packages/phone/images/** directory. + Files generated during the build are stored in the **out/ohos-arm-release/** directory, and the generated image is stored in the **out/ohos-arm-release/packages/phone/images/** directory. -3. Burn the image. For details, see [Burning Images](quickstart-standard-burn.md). +2. Burn the image. For details, see [Burning Images](quickstart-standard-burn.md). >![](../public_sys-resources/icon-note.gif) **NOTE:** >You can exit Docker by simply running the **exit** command. diff --git a/zh-cn/device-dev/quick-start/quickstart-standard-docker-environment.md b/zh-cn/device-dev/quick-start/quickstart-standard-docker-environment.md index 49df349f48..3addc9ee97 100644 --- a/zh-cn/device-dev/quick-start/quickstart-standard-docker-environment.md +++ b/zh-cn/device-dev/quick-start/quickstart-standard-docker-environment.md @@ -97,17 +97,17 @@ bash build/prebuilts_download.sh ## 编译 -通过如下编译脚本启动标准系统类设备(参考内存≥128MB)的编译。 +1. 通过如下编译脚本启动标准系统类设备(参考内存≥128MB)的编译。 -``` -./build.sh --product-name {product_name} -``` + ``` + ./build.sh --product-name {product_name} + ``` -\{product\_name\}为当前版本支持的平台,比如:Hi3516DV300 + \{product\_name\}为当前版本支持的平台,比如:Hi3516DV300 -编译所生成的文件都归档在out/ohos-arm-release/目录下,结果镜像输出在 out/ohos-arm-release/packages/phone/images/ 目录下。 + 编译所生成的文件都归档在out/ohos-arm-release/目录下,结果镜像输出在 out/ohos-arm-release/packages/phone/images/ 目录下。 -3. 编译源码完成,请进行镜像烧录,具体请参见[镜像烧录](quickstart-standard-burn.md)。 +2. 编译源码完成,请进行镜像烧录,具体请参见[镜像烧录](quickstart-standard-burn.md)。 >![](../public_sys-resources/icon-note.gif) **说明:** >退出Docker执行exit命令即可。 -- GitLab