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.
This commit is contained in:
煎饼果子卷鲨鱼辣椒 2025-01-08 19:12:48 +08:00
parent 4365cd32d2
commit 50e3f5dd23

View File

@ -73,10 +73,7 @@ irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/ins
```
**国内用户快速安装**
```powershell
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 "
irm https://gh-proxy.com/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
```
#### Windows Installation Features:
@ -217,17 +214,13 @@ curl -fsSL https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scri
```
c
**Windows**: 在PowerShell中复制粘贴
**Windows**: 在PowerShell中复制粘贴执行
```powershell
irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/install.ps1 | iex
```
**国内用户快速安装**
```powershell
# 下载重置脚本
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 "
# 执行重置脚本
start "" "%TEMP%\cursor_reset.bat"
irm https://gh-proxy.com/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex
```
#### Windows 安装特性: