|
@@ -1,3 +1,27 @@
|
|
|
# HarmonyOS
|
|
|
|
|
|
-华为 HarmonyOS 系统
|
|
|
+华为 HarmonyOS 系统,基于安卓21 fork而来,
|
|
|
+
|
|
|
+
|
|
|
+## Develop
|
|
|
+
|
|
|
+购买开发板:
|
|
|
+https://gitee.com/link?target=http%3A%2F%2Fci.openharmony.cn%2Fworkbench%2Fcicd%2Fdailybuild%2Fdailylist
|
|
|
+
|
|
|
+同样通过repo同步多项目源码:
|
|
|
+
|
|
|
+```
|
|
|
+# 下载repo
|
|
|
+mkdir ~/bin
|
|
|
+curl https://gitee.com/oschina/repo/raw/fork_flow/repo-py3 -o ~/bin/repo
|
|
|
+chmod a+x ~/bin/repo
|
|
|
+pip3 install -i https://repo.huaweicloud.com/repository/pypi/simple requests
|
|
|
+
|
|
|
+repo init -u https://gitee.com/openharmony/manifest.git -b master --no-repo-verify
|
|
|
+repo sync -c
|
|
|
+repo forall -c 'git lfs pull'
|
|
|
+```
|
|
|
+
|
|
|
+## Reference
|
|
|
+
|
|
|
+- [todo]()
|