mirror of
https://github.com/yuaotian/go-cursor-help.git
synced 2025-06-08 12:32:06 +08:00
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:
parent
57c9c8cc5d
commit
7b3ca99f08
12
README.md
12
README.md
@ -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 安装特性:
|
||||
|
Loading…
x
Reference in New Issue
Block a user