We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db98c80 commit 54d78f5Copy full SHA for 54d78f5
README.md
@@ -17,8 +17,14 @@ Tested on:
17
18
使用方法
19
20
+amd64:
21
```bash
-curl https://linux.mihoyo-is-in.icu/install --output install && chmod +x install && ./install
22
+curl https://linux.mihoyo-is-in.icu/install_amd64 --output install && chmod +x install && ./install
23
+```
24
+
25
+aarch64:
26
+```bash
27
+curl https://linux.mihoyo-is-in.icu/install_aarch64 --output install && chmod +x install && ./install
28
```
29
30
如果可以的话 请考虑[捐赠](https://afdian.net/@chitang)来支持开发及域名费用
0 commit comments