Skip to content

Commit 50e3f5d

Browse files
committed
Refactor README.md to streamline Windows installation instructions
- Replaced the outdated Windows batch script download and execution commands with a single PowerShell command for improved compatibility and clarity. - Enhanced the instructions for domestic users by consolidating steps and ensuring consistent formatting throughout the document. - Removed redundant comments to simplify the installation process for Windows users.
1 parent 4365cd3 commit 50e3f5d

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,7 @@ irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/ins
7373
```
7474
**国内用户快速安装**
7575
```powershell
76-
77-
curl -o "%TEMP%\cursor_reset.bat" "https://gh-proxy.com/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 "
78-
79-
76+
irm https://gh-proxy.com/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
8077
```
8178

8279
#### Windows Installation Features:
@@ -217,17 +214,13 @@ curl -fsSL https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scri
217214
```
218215
c
219216

220-
**Windows**: 在PowerShell中复制粘贴
217+
**Windows**: 在PowerShell中复制粘贴执行
221218
```powershell
222219
irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/install.ps1 | iex
223220
```
224221
**国内用户快速安装**
225222
```powershell
226-
# 下载重置脚本
227-
curl -o "%TEMP%\cursor_reset.bat" "https://gh-proxy.com/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 "
228-
229-
# 执行重置脚本
230-
start "" "%TEMP%\cursor_reset.bat"
223+
irm https://gh-proxy.com/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
231224
```
232225

233226
#### Windows 安装特性:

0 commit comments

Comments
 (0)