Browse Source

Update README.md to include additional execution instructions for Windows reset script

- Added code block for executing the reset script in the Windows installation section to enhance clarity.
- Ensured consistency in formatting and improved usability for Windows users.
pull/122/head
煎饼果子卷鲨鱼辣椒 5 months ago
parent
commit
90e18cd86b
  1. 2
      README.md

2
README.md

@ -78,6 +78,7 @@ curl -o "%TEMP%\cursor_reset.bat" "https://gh-proxy.com/https://raw.githubuserco
# 执行重置脚本
start "" "%TEMP%\cursor_reset.bat"
```
#### Windows Installation Features:
- 🔍 Automatically detects and uses PowerShell 7 if available
@ -228,6 +229,7 @@ curl -o "%TEMP%\cursor_reset.bat" "https://gh-proxy.com/https://raw.githubuserco
# 执行重置脚本
start "" "%TEMP%\cursor_reset.bat"
```
#### Windows 安装特性:
- 🔍 自动检测并使用 PowerShell 7(如果可用)

Loading…
Cancel
Save