File tree Expand file tree Collapse file tree 2 files changed +46
-13
lines changed Expand file tree Collapse file tree 2 files changed +46
-13
lines changed Original file line number Diff line number Diff line change @@ -80,15 +80,38 @@ If the above solutions don't work, try:
80
80
81
81
### 🚀 One-Click Solution
82
82
83
- ** Linux/macOS** : Copy and paste in terminal
83
+ <details open >
84
+ <summary ><b >Global Users</b ></summary >
85
+
86
+ ** Linux/macOS**
84
87
``` bash
85
88
curl -fsSL https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/install.sh | sudo bash
86
89
```
87
90
88
- ** Windows** : Copy and paste in PowerShell
91
+ ** Windows**
89
92
``` powershell
90
93
irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/install.ps1 | iex
91
94
```
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 >
92
115
93
116
### 💻 How to Open Windows Administrator Terminal
94
117
Original file line number Diff line number Diff line change @@ -73,30 +73,40 @@ You've reached your trial request limit.
73
73
</tr >
74
74
</table >
75
75
76
- ### 🚀 一键解决
76
+ ### 🚀 一键解决方案
77
77
78
- ** Linux/macOS** : 在终端中复制粘贴
78
+ <details open >
79
+ <summary ><b >海外用户</b ></summary >
80
+
81
+ ** Linux/macOS**
79
82
``` bash
80
83
curl -fsSL https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/install.sh | sudo bash
81
84
```
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**
84
96
``` bash
85
97
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
86
98
```
87
- - ** Linux** :
99
+
100
+ ** Linux**
88
101
``` bash
89
102
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
90
103
```
91
104
92
- ** Windows** : 在PowerShell中复制粘贴执行
93
- ``` powershell
94
- irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/install.ps1 | iex
95
- ```
96
- ** 国内用户快速安装**
105
+ ** Windows**
97
106
``` 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
99
108
```
109
+ </details >
100
110
101
111
### 💻 如何打开Windows管理员终端
102
112
You can’t perform that action at this time.
0 commit comments