diff --git a/en/release-notes/openharmony-2-0-canary.md b/en/release-notes/openharmony-2-0-canary.md index af827a9ca690416568670af654bfc3046e257ff8..c1be02bb3e52d47415135f2e145c602eaaf721dd 100644 --- a/en/release-notes/openharmony-2-0-canary.md +++ b/en/release-notes/openharmony-2-0-canary.md @@ -52,6 +52,49 @@ On the basis of OpenHarmony 1.1.0, OpenHarmony 2.0 adds the version for the stan +## Version Mapping + +**表1** Version mapping of software and tools + +| Software | Version | Remarks | +| -------- | -------- | -------- | +| OpenHarmony | 2.0 Canary | N/A | +| (Optional) HUAWEI DevEco Studio | DevEco Studio 2.1 Release | It is recommended for developing OpenHarmony apps. | +| (Optional) HUAWEI DevEco Device Tool | DevEco DeviceTool 2.2 Beta1 | It is recommended for OpenHarmony smart devices. | + + +## Source Code Acquisition + + +### Acquiring Source Code Using the repo Tool + +**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 Gitee.) + +``` +repo init -u git@gitee.com:openharmony/manifest.git -b refs/tags/OpenHarmony-2.0-Canary --no-repo-verify +repo sync-c +repo forall -c'git lfs pull' +``` + +**Method 2**: Use the **repo** tool to download the source code over HTTPS. + +``` +repo init -u https://gitee.com/openharmony/manifest.git -b refs/tags/OpenHarmony-2.0-Canary --no-repo-verify +repo sync-c +repo forall -c'git lfs pull' +``` + + +### Acquiring Source Code from Image Sites + +**表2** Sites for acquiring source code + +| Source Code | Version | Site | SHA-256 Checksum | +| -------- | -------- | -------- | -------- | +| Full code base | 2.0 | [Download](https://repo.huaweicloud.com/harmonyos/os/2.0/code-2.0-canary_20210601.tar.gz) | [Download](https://repo.huaweicloud.com/harmonyos/os/2.0/code-2.0-canary_20210601.tar.gz.sha256) | +| Release Notes | 2.0 | [Download](https://gitee.com/openharmony/docs/blob/master/en/release-notes/openharmony-2-0-canary.md) | - | + + ## What's New This version inherits all the features of OpenHarmony 1.1.0 and adds the version form for the standard system. The following table describes the specific features added for the version form.