new window ps1 script

This commit is contained in:
yeongpin
2025-01-11 18:40:18 +08:00
parent 0bae6aa2e8
commit 24a2651a40
2 changed files with 194 additions and 2 deletions

View File

@@ -69,12 +69,12 @@ This is a tool to automatically bypass Cursor's membership check, automatically
**Linux/macOS**
```bash
curl -fsSL https://raw.githubusercontent.com/yeongpin/cursor-free-vip/master/scripts/install.sh | sudo bash
curl -fsSL https://raw.githubusercontent.com/yeongpin/cursor-free-vip/main/scripts/install.sh | sudo bash
```
**Windows**
```powershell
irm https://raw.githubusercontent.com/yeongpin/cursor-free-vip/master/scripts/install.ps1 | iex
irm https://raw.githubusercontent.com/yeongpin/cursor-free-vip/main/scripts/install.ps1 | iex
```
</details>