From 7b3ca99f08656ec17d9f3c7d6b9e47c1bccf58a0 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:54:27 +0800 Subject: [PATCH] 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. --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d70002d..2110ebb 100644 --- a/README.md +++ b/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 安装特性: