From 6c2de88d3b82a24ba6819dc51d2bad6a6fa96a51 Mon Sep 17 00:00:00 2001 From: "ester.zhou" Date: Mon, 14 Feb 2022 07:45:42 +0000 Subject: [PATCH] update en/device-dev/quick-start/quickstart-standard-docker-environment.md. Signed-off-by: ester.zhou https://gitee.com/openharmony/docs/issues/I4T4S8 --- .../quick-start/quickstart-standard-docker-environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 9374bb781fc..e73415fd148 100644 --- a/en/device-dev/quick-start/quickstart-standard-docker-environment.md +++ b/en/device-dev/quick-start/quickstart-standard-docker-environment.md @@ -82,7 +82,7 @@ By default, the downloaded prebuilts binary file is stored in **OpenHarmony\_2. ./build.sh --product-name {product_name} --ccache ``` - **product\_name** indicates the platform supported by the current distribution, for example, Hi3516DV300, rk3568. + **product\_name** indicates the platform supported by the current distribution, for example, Hi3516DV300 and rk3568. Files generated during building are stored in the **out/{device_name}/** directory, and the generated image is stored in the **out/{device_name}/packages/phone/images/** directory. -- Gitee