Skip to content

Commit b6f6642

Browse files
committed
Update README.md to enhance installation instructions for domestic users
- Changed section titles to improve clarity, replacing "代理下载执行" with "快速安装". - Added detailed steps for downloading and executing the reset script for Windows users. - Ensured consistency in formatting and language across the README to enhance user experience.
1 parent a5f51bd commit b6f6642

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ curl -fsSL https://gh-proxy.com/https://raw.githubusercontent.com/yuaotian/go-cu
7171
```powershell
7272
irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/install.ps1 | iex
7373
```
74-
**国内用户代理下载执行**
74+
**国内用户快速安装**
7575
```powershell
76-
1、
76+
# 下载重置脚本
7777
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.bat"
78-
2、
78+
79+
# 执行重置脚本
7980
start "" "%TEMP%\cursor_reset.bat"
80-
```
8181
8282
#### Windows Installation Features:
8383
- 🔍 Automatically detects and uses PowerShell 7 if available
@@ -221,13 +221,13 @@ c
221221
```powershell
222222
irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/install.ps1 | iex
223223
```
224-
**国内用户代理下载执行**
224+
**国内用户快速安装**
225225
```powershell
226-
1、
226+
# 下载重置脚本
227227
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.bat"
228-
2、
228+
229+
# 执行重置脚本
229230
start "" "%TEMP%\cursor_reset.bat"
230-
```
231231
232232
#### Windows 安装特性:
233233
- 🔍 自动检测并使用 PowerShell 7(如果可用)

0 commit comments

Comments
 (0)