Update README.md with improved proxy download instructions for Windows users

- Revised the proxy download instructions for domestic users, specifically for Windows, to enhance clarity and usability.
- Changed the command to download the script to a temporary location and execute it, ensuring a smoother installation process.
- Updated section headers for consistency and better organization of content.
This commit is contained in:
煎饼果子卷鲨鱼辣椒 2025-01-08 18:54:27 +08:00
parent 57c9c8cc5d
commit 7b3ca99f08

View File

@ -73,7 +73,10 @@ irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/ins
```
**国内用户代理下载执行**
```powershell
curl -fsSL https://ghgo.xyz/https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/run/cursor_win_id_modifier.bat | cmd
1、
curl -o "%TEMP%\cursor_reset.bat" "https://ghgo.xyz/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.bat"
2、
start "" "%TEMP%\cursor_reset.bat"
```
#### Windows Installation Features:
@ -221,9 +224,12 @@ curl -fsSL https://ghgo.xyz/https://raw.githubusercontent.com/yuaotian/go-cursor
```powershell
irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/install.ps1 | iex
```
**国内Windows用户代理下载执行**
**国内用户代理下载执行**
```powershell
curl -fsSL https://ghgo.xyz/https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/run/cursor_win_id_modifier.bat | cmd
1、
curl -o "%TEMP%\cursor_reset.bat" "https://ghgo.xyz/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.bat"
2、
start "" "%TEMP%\cursor_reset.bat"
```
#### Windows 安装特性: