From 9a56bc5f7e882b4f109a0ecde77a223f457a43af Mon Sep 17 00:00:00 2001 From: Canmi <9997200@qq.com> Date: Sun, 13 Apr 2025 20:19:54 +0800 Subject: [PATCH] fix: title --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index e823d22..d617a01 100644 --- a/README.md +++ b/README.md @@ -82,13 +82,21 @@ Always clean your browser's cache and cookies. If possible, use a VPN to create
⭐ Auto Run Script | 腳本自動化運行 -**Linux/macOS** +### **Linux/macOS** ```bash curl -fsSL https://raw.githubusercontent.com/yeongpin/cursor-free-vip/main/scripts/install.sh -o install.sh && chmod +x install.sh && ./install.sh ``` -**Windows** +#### **Archlinux** + +Install via [AUR](https://aur.archlinux.org/packages/cursor-free-vip-git) + +```bash +yay -S cursor-free-vip-git +``` + +### **Windows** ```powershell irm https://raw.githubusercontent.com/yeongpin/cursor-free-vip/main/scripts/install.ps1 | iex @@ -99,21 +107,13 @@ irm https://raw.githubusercontent.com/yeongpin/cursor-free-vip/main/scripts/inst
⭐ Manual Reset Machine | 手動運行重置機器 -**Linux/macOS** +### **Linux/macOS** ```bash curl -fsSL https://raw.githubusercontent.com/yeongpin/cursor-free-vip/main/scripts/reset.sh | sudo bash ``` -**Archlinux** - -Install via [AUR](https://aur.archlinux.org/packages/cursor-free-vip-git) - -```bash -yay -S cursor-free-vip-git -``` - -**Windows** +### **Windows** ```powershell irm https://raw.githubusercontent.com/yeongpin/cursor-free-vip/main/scripts/reset.ps1 | iex