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 5c0aa086399490469d443651bd5a76be086a9012..6cb423557f300d8f98107d8daaa40cab824c1b92 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).
> **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 49df349f4831f366e012f9a4f5aa7fe7c85e9aa6..3addc9ee979d31d35359ffebe815f61df30dc817 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)。
> **说明:**
>退出Docker执行exit命令即可。