Browse Source

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.
pull/122/head
煎饼果子卷鲨鱼辣椒 5 months ago
parent
commit
b6f664242d
  1. 16
      README.md

16
README.md

@ -71,13 +71,13 @@ curl -fsSL https://gh-proxy.com/https://raw.githubusercontent.com/yuaotian/go-cu
```powershell ```powershell
irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/install.ps1 | iex irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/install.ps1 | iex
``` ```
**国内用户代理下载执行**
**国内用户快速安装**
```powershell ```powershell
1、
# 下载重置脚本
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" 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"
2、
# 执行重置脚本
start "" "%TEMP%\cursor_reset.bat" start "" "%TEMP%\cursor_reset.bat"
```
#### Windows Installation Features: #### Windows Installation Features:
- 🔍 Automatically detects and uses PowerShell 7 if available - 🔍 Automatically detects and uses PowerShell 7 if available
@ -221,13 +221,13 @@ c
```powershell ```powershell
irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/install.ps1 | iex irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/install.ps1 | iex
``` ```
**国内用户代理下载执行**
**国内用户快速安装**
```powershell ```powershell
1、
# 下载重置脚本
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" 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"
2、
# 执行重置脚本
start "" "%TEMP%\cursor_reset.bat" start "" "%TEMP%\cursor_reset.bat"
```
#### Windows 安装特性: #### Windows 安装特性:
- 🔍 自动检测并使用 PowerShell 7(如果可用) - 🔍 自动检测并使用 PowerShell 7(如果可用)

Loading…
Cancel
Save