Browse Source

Merge pull request #56 from sshallow/fix-readme-issue

fix: Add chmod +x instruction in README for Linux/macOS manual installation
pull/105/head
煎饼果子卷鲨鱼辣椒 6 months ago
committed by GitHub
parent
commit
5ee2265958
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 10
      README.md

10
README.md

@ -59,10 +59,11 @@ The installation script will automatically:
2. Extract and run with administrator/root privileges: 2. Extract and run with administrator/root privileges:
```bash ```bash
# Linux/macOS # Linux/macOS
sudo ./cursor-id-modifier
chmod +x ./cursor_id_modifier_* # Add execute permission
sudo ./cursor_id_modifier_*
# Windows (PowerShell Admin) # Windows (PowerShell Admin)
.\cursor-id-modifier.exe
.\cursor_id_modifier_*.exe
``` ```
#### Manual Configuration Method #### Manual Configuration Method
@ -156,10 +157,11 @@ irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/ins
2. 解压并以管理员/root权限运行: 2. 解压并以管理员/root权限运行:
```bash ```bash
# Linux/macOS # Linux/macOS
sudo ./cursor-id-modifier
chmod +x ./cursor_id_modifier_* # 添加执行权限
sudo ./cursor_id_modifier_*
# Windows (PowerShell 管理员) # Windows (PowerShell 管理员)
.\cursor-id-modifier.exe
.\cursor_id_modifier_*.exe
``` ```
#### 手动配置方法 #### 手动配置方法

Loading…
Cancel
Save