提交 eae4c7f4 编写于 作者: O openharmony_ci 提交者: Gitee

!400 Release notes中增加源码获取章节

Merge pull request !400 from Mark/master
......@@ -2,6 +2,7 @@
- [版本概述](#section1677664815431)
- [配套关系](#section13201781528)
- [源码获取](#源码获取)
- [更新说明](#section11256141314463)
## 版本概述<a name="section1677664815431"></a>
......@@ -52,6 +53,28 @@
</tbody>
</table>
## 源码获取<a name="源码获取"></a>
### 方式一(推荐)
通过repo + ssh 下载(需注册公钥,请参考[码云帮助中心](https://gitee.com/help/articles/4191))。
```sh
repo init -u git@gitee.com:openharmony/manifest.git -b -b refs/tags/OpenHarmony-2.0-Canary --no-repo-verify
repo sync -c
repo forall -c 'git lfs pull'
```
### 方式二
通过repo + https 下载。
```sh
repo init -u https://gitee.com/openharmony/manifest.git -b -b refs/tags/OpenHarmony-2.0-Canary --no-repo-verify
repo sync -c
repo forall -c 'git lfs pull'
```
## 更新说明<a name="section11256141314463"></a>
本版本完全继承了OpenHarmony 1.1.0的所有特性,并在OpenHarmony 1.1.0版本的基础上,新增标准系统版本形态,详情请参考下表 。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册