cursor-vip update

This commit is contained in:
kingparks@jeter.eu.org
2024-10-18 13:34:53 +08:00
parent c6be6e966a
commit efd025fc93
2 changed files with 31 additions and 11 deletions

View File

@@ -6,21 +6,29 @@
### Usage
Install cursor-vip (download directly from GitHub):
Open the terminal on MacOS/Linux; Open Git Bash on Windows. Then execute the following command to install:
>some computers may report false positives, need to close the antivirus software/computer housekeeper/security protection and then proceed
Method 1:Install via GitHub script
```bash
bash <(curl -Lk https://github.com/kingparks/cursor-vip/releases/download/latest/i.sh) githubReadme
```
Install cursor-vip (through ghp.ci proxy):
Method 2:Install via ghp.ci proxy script
```bash
bash <(curl -Lk https://ghp.ci/https://github.com/kingparks/cursor-vip/releases/download/latest/install.sh) githubReadme
```
Install cursor-vip (manually):
Method 3:Manually download the binary file
> download the binary file for the corresponding operating system from the [release](https://github.com/kingparks/cursor-vip/releases) page
Launch cursor-vip:
```bash
cursor-vip
```shell
# MaxOS/Linux
sudo mv cursor-vip_xx_xxx /usr/local/bin/cursor-vip;
chmod +x /usr/local/bin/cursor-vip;
cursor-vip githubReadme;
# Windows
# double click cursor-vip_xx_xxx.exe
```
<details>
<summary>Precautions for using strong proxy mode</summary>

View File

@@ -5,17 +5,29 @@
`cursor-vip` 是一个用于 CURSOR 智能代码编辑器 无需账号登录即可享受VIP智能提示的工具服务。
### 使用
安装 cursor-vip (直接从github下载)
### 使用方式
在 MacOS/Linux 中,请打开终端;在 Windows 中,请打开 Git Bash。然后执行以下命令来安装
> 部分电脑可能会误报毒,需要关闭杀毒软件/电脑管家/安全防护再进行
方式1通过 ghp.ci 代理脚本
```bash
bash <(curl -Lk https://github.com/kingparks/cursor-vip/releases/download/latest/i.sh) githubReadme
```
安装 cursor-vip (通过ghp.ci代理)
方式2通过 GitHub 脚本
```bash
bash <(curl -Lk https://ghp.ci/https://github.com/kingparks/cursor-vip/releases/download/latest/install.sh) githubReadme
```
安装 cursor-vip (手动)
方式3手动下在二进制文件
> 从 [release](https://github.com/kingparks/cursor-vip/releases) 页下载对应操作系统的二进制文件
```shell
# MaxOS/Linux
sudo mv cursor-vip_xx_xxx /usr/local/bin/cursor-vip;
chmod +x /usr/local/bin/cursor-vip;
cursor-vip githubReadme;
# Windows
# 双击 cursor-vip_xx_xxx.exe
```
启动 cursor-vip
```bash