mirror of
https://github.com/yuaotian/go-cursor-help.git
synced 2025-08-03 14:27:36 +08:00
Merge pull request #56 from sshallow/fix-readme-issue
fix: Add chmod +x instruction in README for Linux/macOS manual installation
This commit is contained in:
commit
5ee2265958
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…
x
Reference in New Issue
Block a user