Browse Source

Update 'README.md'

天问 1 year ago
parent
commit
9af8fe9fb9
1 changed files with 25 additions and 1 deletions
  1. 25 1
      README.md

+ 25 - 1
README.md

@@ -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]()