File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -59,10 +59,11 @@ The installation script will automatically:
59592 . Extract and run with administrator/root privileges:
6060 ``` bash
6161 # Linux/macOS
62- sudo ./cursor-id-modifier
62+ chmod +x ./cursor_id_modifier_* # Add execute permission
63+ sudo ./cursor_id_modifier_*
6364
6465 # Windows (PowerShell Admin)
65- .\c ursor-id-modifier .exe
66+ .\c ursor_id_modifier_ * .exe
6667 ```
6768
6869#### Manual Configuration Method
@@ -156,10 +157,11 @@ irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/ins
1561572 . 解压并以管理员/root权限运行:
157158 ``` bash
158159 # Linux/macOS
159- sudo ./cursor-id-modifier
160+ chmod +x ./cursor_id_modifier_* # 添加执行权限
161+ sudo ./cursor_id_modifier_*
160162
161163 # Windows (PowerShell 管理员)
162- .\c ursor-id-modifier .exe
164+ .\c ursor_id_modifier_ * .exe
163165 ```
164166
165167#### 手动配置方法
You can’t perform that action at this time.
0 commit comments