Skip to content

Commit 6123d5b

Browse files
committed
docs: 添加安装命令
1 parent 48094d2 commit 6123d5b

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@
77
## 安装
88
1. 下载安装脚本,在下载脚本最新发行版 [Release](https://github.com/UnrealMultiple/OTAPIXmlDocument/releases/latest)
99
![image](https://github.com/user-attachments/assets/f960f3df-9c76-4563-bb88-5e84edd37b90)
10-
2. 运行脚本
11-
![image](https://github.com/user-attachments/assets/03997492-7c6c-4b8f-ab84-1b04e3182aff)
10+
2. 打开`PowerShell`运行脚本
11+
```powershell
12+
Get-Content ".\install.ps1" -Encoding UTF8 -Raw | Invoke-Expression
13+
```
14+
![image](https://github.com/user-attachments/assets/03997492-7c6c-4b8f-ab84-1b04e3182aff)
1215
1316
> [!IMPORTANT]
1417
> 请在文件目录打开PowerShell,并使用`./install.ps1`执行脚本

0 commit comments

Comments
 (0)