Update README.md to refine proxy download instructions for Linux/macOS users

- Modified the download command for the cursor_mac_id_modifier.sh script to point to the correct branch in the repository.
- Removed redundant proxy download instructions for Linux/macOS users to streamline the README content.
- Ensured clarity and consistency in the installation instructions across different operating systems.
This commit is contained in:
煎饼果子卷鲨鱼辣椒 2025-01-08 18:55:24 +08:00
parent 7b3ca99f08
commit a6508e9d47

View File

@ -64,7 +64,7 @@ curl -fsSL https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scri
```
**国内Linux/macOS用户代理下载执行**
```bash
curl -fsSL https://ghgo.xyz/https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/run/cursor_mac_id_modifier.sh | sudo
curl -fsSL https://ghgo.xyz/https://raw.githubusercontent.com/yuaotian/go-cursor-help/refs/heads/master/scripts/run/cursor_mac_id_modifier.sh | sudo
```
**Windows**: Copy and paste in PowerShell
@ -215,10 +215,7 @@ this is a mistake.
```bash
curl -fsSL https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/install.sh | sudo bash
```
**国内Linux/macOS用户代理下载执行**
```bash
curl -fsSL https://ghgo.xyz/https://raw.githubusercontent.com/yuaotian/go-cursor-help/master/scripts/run/cursor_mac_id_modifier.sh | sudo bash
```
c
**Windows**: 在PowerShell中复制粘贴
```powershell