From a656816bd651874e38b1d0db07c3b66513bc9f04 Mon Sep 17 00:00:00 2001 From: shawn_he Date: Mon, 30 May 2022 11:54:05 +0800 Subject: [PATCH] update docs Signed-off-by: shawn_he --- en/device-dev/get-code/gettools-acquire.md | 6 +++--- en/device-dev/get-code/sourcecode-acquire.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/en/device-dev/get-code/gettools-acquire.md b/en/device-dev/get-code/gettools-acquire.md index 20a3b4a941..de4acc2188 100644 --- a/en/device-dev/get-code/gettools-acquire.md +++ b/en/device-dev/get-code/gettools-acquire.md @@ -70,7 +70,7 @@ Before using the Docker environment, perform the following operations: 1. Install Docker. For details, see [Install Docker Engine](https://docs.docker.com/engine/install/). 2. Obtain the OpenHarmony source code. For details, see [Source Code Acquisition](sourcecode-acquire.md). - >![](../public_sys-resources/icon-note.gif) **NOTE:** + >![](../public_sys-resources/icon-note.gif) **NOTE**
>You do not need to obtain the source code for the HPM-based Docker environment. @@ -114,7 +114,7 @@ hb set **Figure 1** Setting page ![](figure/setting-page.png "setting-page") ->![](../public_sys-resources/icon-note.gif) **NOTE:** +>![](../public_sys-resources/icon-note.gif) **NOTE**
>The mapping between the development board and the building GUI: > >- Hi3861: wifiiot\_hispark\_pegasus@hisilicon @@ -161,7 +161,7 @@ Run the following script to start building for standard-system devices \(referen 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. ->![](../public_sys-resources/icon-note.gif) **NOTE:** +>![](../public_sys-resources/icon-note.gif) **NOTE**
>You can exit Docker by simply running the **exit** command. ## HPM-based Docker Environment diff --git a/en/device-dev/get-code/sourcecode-acquire.md b/en/device-dev/get-code/sourcecode-acquire.md index 217270c5bd..8445f27cc9 100644 --- a/en/device-dev/get-code/sourcecode-acquire.md +++ b/en/device-dev/get-code/sourcecode-acquire.md @@ -54,7 +54,7 @@ You can use any of the following methods to acquire the OpenHarmony source code: ### How to Use ->![](../public_sys-resources/icon-note.gif) **NOTE** +>![](../public_sys-resources/icon-note.gif) **NOTE**
>Download the master code if you want to get quick access to the latest features for your development. Download the release code, which is more stable, if you want to develop commercial functionalities. - **Obtaining OpenHarmony master code** @@ -301,7 +301,7 @@ The table below provides only the sites for downloading the latest OpenHarmony L

3.1 Release

-

Download

+

Download

-

@@ -329,7 +329,7 @@ The table below provides only the sites for downloading the latest OpenHarmony L ## Method 4: Acquiring Source Code from the GitHub Image Repository ->![](../public_sys-resources/icon-note.gif) **NOTE** +>![](../public_sys-resources/icon-note.gif) **NOTE**
> The image repository is synchronized at 23:00 (UTC +8:00) every day. Method 1 \(recommended\): Use the **repo** tool to download the source code over SSH. \(You must have registered an SSH public key for access to GitHub. For details, see [Adding a new SSH key to your GitHub account](https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account).\) -- GitLab