Skip to content

Commit 8d47175

Browse files
committed
fix: Add chmod +x instruction in README for Linux/macOS manual installation
1 parent 26dd64d commit 8d47175

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,11 @@ The installation script will automatically:
5959
2. 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-
.\cursor-id-modifier.exe
66+
.\cursor_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
156157
2. 解压并以管理员/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-
.\cursor-id-modifier.exe
164+
.\cursor_id_modifier_*.exe
163165
```
164166

165167
#### 手动配置方法

0 commit comments

Comments
 (0)