From a5f51bdbe40cfe24c30abe9c0d7b9faabaecb359 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:58:36 +0800 Subject: [PATCH] Update README.md to standardize proxy download instructions for domestic users - Replaced outdated proxy URLs with the new gh-proxy.com links for both Linux/macOS and Windows users. - Ensured consistency in the download commands across different operating systems to improve user experience. - Clarified instructions for executing the downloaded scripts, enhancing usability for domestic users. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 48dc8fa..f98e7d0 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ curl -fsSL https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scri ``` **国内Linux/macOS用户代理下载执行** ```bash -curl -fsSL https://ghgo.xyz/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_mac_id_modifier.sh | sudo +curl -fsSL https://gh-proxy.com/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_mac_id_modifier.sh | sudo ``` **Windows**: Copy and paste in PowerShell @@ -74,7 +74,7 @@ irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/ins **国内用户代理下载执行** ```powershell 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" +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" ``` @@ -224,7 +224,7 @@ irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/ins **国内用户代理下载执行** ```powershell 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" +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" ```