Skip to content

Commit ca7efde

Browse files
committed
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.
1 parent d4ac7e2 commit ca7efde

File tree

2 files changed

+46
-13
lines changed

2 files changed

+46
-13
lines changed

README.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,38 @@ If the above solutions don't work, try:
8080

8181
### 🚀 One-Click Solution
8282

83-
**Linux/macOS**: Copy and paste in terminal
83+
<details open>
84+
<summary><b>Global Users</b></summary>
85+
86+
**Linux/macOS**
8487
```bash
8588
curl -fsSL https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/install.sh | sudo bash
8689
```
8790

88-
**Windows**: Copy and paste in PowerShell
91+
**Windows**
8992
```powershell
9093
irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/install.ps1 | iex
9194
```
95+
</details>
96+
97+
<details open>
98+
<summary><b>China Users (Recommended)</b></summary>
99+
100+
**macOS**
101+
```bash
102+
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
103+
```
104+
105+
**Linux**
106+
```bash
107+
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
108+
```
109+
110+
**Windows**
111+
```powershell
112+
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
113+
```
114+
</details>
92115

93116
### 💻 How to Open Windows Administrator Terminal
94117

README_CN.md

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -73,30 +73,40 @@ You've reached your trial request limit.
7373
</tr>
7474
</table>
7575

76-
### 🚀 一键解决
76+
### 🚀 一键解决方案
7777

78-
**Linux/macOS**: 在终端中复制粘贴
78+
<details open>
79+
<summary><b>海外用户</b></summary>
80+
81+
**Linux/macOS**
7982
```bash
8083
curl -fsSL https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/install.sh | sudo bash
8184
```
82-
**国内Linux/macOS用户代理下载执行**
83-
- **macOS**:
85+
86+
**Windows**
87+
```powershell
88+
irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/install.ps1 | iex
89+
```
90+
</details>
91+
92+
<details open>
93+
<summary><b>国内用户(推荐)</b></summary>
94+
95+
**macOS**
8496
```bash
8597
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
8698
```
87-
- **Linux**:
99+
100+
**Linux**
88101
```bash
89102
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
90103
```
91104

92-
**Windows**: 在PowerShell中复制粘贴执行
93-
```powershell
94-
irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/install.ps1 | iex
95-
```
96-
**国内用户快速安装**
105+
**Windows**
97106
```powershell
98-
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
107+
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
99108
```
109+
</details>
100110

101111
### 💻 如何打开Windows管理员终端
102112

0 commit comments

Comments
 (0)