We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7841c3 commit eeb0333Copy full SHA for eeb0333
README.md
@@ -56,8 +56,9 @@ pip3 install -U hmdirver2
56
57
# 或者这样
58
python3 -m pip install -U hmdirver2
59
-
60
-# 也可以直接源码安装
+```
+也可以通过源码安装
61
62
git clone git@github.com:codematrixer/hmdriver2.git
63
cd hmdriver2
64
pip3 install -U -e .
@@ -595,7 +596,7 @@ toast = d.toast_watcher.get_toast()
595
596
597
# 鸿蒙Uitest协议
598
-See [DEVELOP](/docs/DEVELOP.md)
599
+See [DEVELOP.md](/docs/DEVELOP.md)
600
601
602
# Refer to
0 commit comments