We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48094d2 commit 6123d5bCopy full SHA for 6123d5b
1 file changed
README.md
@@ -7,8 +7,11 @@
7
## 安装
8
1. 下载安装脚本,在下载脚本最新发行版 [Release](https://github.com/UnrealMultiple/OTAPIXmlDocument/releases/latest)
9

10
-2. 运行脚本
11
- 
+2. 打开`PowerShell`运行脚本
+ ```powershell
12
+ Get-Content ".\install.ps1" -Encoding UTF8 -Raw | Invoke-Expression
13
+ ```
14
+ 
15
16
> [!IMPORTANT]
17
> 请在文件目录打开PowerShell,并使用`./install.ps1`执行脚本
0 commit comments