From b6f664242d28f0013328e13fcfecd1d15f9da27f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=85=8E=E9=A5=BC=E6=9E=9C=E5=AD=90=E5=8D=B7=E9=B2=A8?= =?UTF-8?q?=E9=B1=BC=E8=BE=A3=E6=A4=92?= Date: Wed, 8 Jan 2025 18:59:29 +0800 Subject: [PATCH] Update README.md to enhance installation instructions for domestic users MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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. --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f98e7d0..96fcf55 100644 --- a/README.md +++ b/README.md @@ -71,13 +71,13 @@ curl -fsSL https://gh-proxy.com/https://raw.githubusercontent.com/yuaotian/go-cu ```powershell irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/install.ps1 | iex ``` -**国内用户代理下载执行** +**国内用户快速安装** ```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" -2、 + +# 执行重置脚本 start "" "%TEMP%\cursor_reset.bat" -``` #### Windows Installation Features: - 🔍 Automatically detects and uses PowerShell 7 if available @@ -221,13 +221,13 @@ c ```powershell irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/install.ps1 | iex ``` -**国内用户代理下载执行** +**国内用户快速安装** ```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" -2、 + +# 执行重置脚本 start "" "%TEMP%\cursor_reset.bat" -``` #### Windows 安装特性: - 🔍 自动检测并使用 PowerShell 7(如果可用)