From 8d47175bd81cdbc200f2a244031ce50de05524c4 Mon Sep 17 00:00:00 2001 From: shangshy Date: Thu, 19 Dec 2024 00:04:21 +0800 Subject: [PATCH] fix: Add chmod +x instruction in README for Linux/macOS manual installation --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a4ce3ff..1caf921 100644 --- a/README.md +++ b/README.md @@ -59,10 +59,11 @@ The installation script will automatically: 2. Extract and run with administrator/root privileges: ```bash # Linux/macOS - sudo ./cursor-id-modifier + chmod +x ./cursor_id_modifier_* # Add execute permission + sudo ./cursor_id_modifier_* # Windows (PowerShell Admin) - .\cursor-id-modifier.exe + .\cursor_id_modifier_*.exe ``` #### Manual Configuration Method @@ -156,10 +157,11 @@ irm https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/ins 2. 解压并以管理员/root权限运行: ```bash # Linux/macOS - sudo ./cursor-id-modifier + chmod +x ./cursor_id_modifier_* # 添加执行权限 + sudo ./cursor_id_modifier_* # Windows (PowerShell 管理员) - .\cursor-id-modifier.exe + .\cursor_id_modifier_*.exe ``` #### 手动配置方法