From ca7efde1b26b9d40d0e5fa9a486cbe618316f328 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: Sat, 11 Jan 2025 13:30:38 +0800 Subject: [PATCH] Update README files to enhance installation instructions for global and China users - Added detailed one-click installation commands for Linux, macOS, and Windows users, with separate sections for global and China users. - Improved clarity by using collapsible sections for better organization of installation instructions. - Ensured all commands point to the correct scripts for both global and domestic users, enhancing usability and accessibility. --- README.md | 27 +++++++++++++++++++++++++-- README_CN.md | 32 +++++++++++++++++++++----------- 2 files changed, 46 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index a09f8c8..b0acf35 100644 --- a/README.md +++ b/README.md @@ -80,15 +80,38 @@ If the above solutions don't work, try: ### 🚀 One-Click Solution -**Linux/macOS**: Copy and paste in terminal +
+Global Users + +**Linux/macOS** ```bash curl -fsSL https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/install.sh | sudo bash ``` -**Windows**: Copy and paste in PowerShell +**Windows** ```powershell irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/install.ps1 | iex ``` +
+ +
+China Users (Recommended) + +**macOS** +```bash +curl -fsSL https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_mac_id_modifier.sh | sudo bash +``` + +**Linux** +```bash +curl -fsSL https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_linux_id_modifier.sh | sudo bash +``` + +**Windows** +```powershell +irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex +``` +
### 💻 How to Open Windows Administrator Terminal diff --git a/README_CN.md b/README_CN.md index bd27063..a15f2c2 100644 --- a/README_CN.md +++ b/README_CN.md @@ -73,30 +73,40 @@ You've reached your trial request limit. -### 🚀 一键解决 +### 🚀 一键解决方案 -**Linux/macOS**: 在终端中复制粘贴 +
+海外用户 + +**Linux/macOS** ```bash curl -fsSL https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/install.sh | sudo bash ``` -**国内Linux/macOS用户代理下载执行** -- **macOS**: + +**Windows** +```powershell +irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/install.ps1 | iex +``` +
+ +
+国内用户(推荐) + +**macOS** ```bash curl -fsSL https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_mac_id_modifier.sh | sudo bash ``` -- **Linux**: + +**Linux** ```bash curl -fsSL https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_linux_id_modifier.sh | sudo bash ``` -**Windows**: 在PowerShell中复制粘贴执行 -```powershell -irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/install.ps1 | iex -``` -**国内用户快速安装** +**Windows** ```powershell -irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex +irm https://aizaozao.com/accelerate.php/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_win_id_modifier.ps1 | iex ``` +
### 💻 如何打开Windows管理员终端