mirror of
https://github.com/yuaotian/go-cursor-help.git
synced 2025-08-03 06:17:36 +08:00
docs: update installation links to use correct repository
This commit is contained in:
parent
fa364cb3ce
commit
f96a71f909
@ -96,12 +96,12 @@ release:
|
|||||||
|
|
||||||
**Linux/macOS**:
|
**Linux/macOS**:
|
||||||
```bash
|
```bash
|
||||||
curl -fsSL https://raw.githubusercontent.com/dacrab/go-cursor-help/main/scripts/install.sh | sudo bash && cursor-id-modifier
|
curl -fsSL https://raw.githubusercontent.com/dacrab/go-cursor-help/master/scripts/install.sh | sudo bash
|
||||||
```
|
```
|
||||||
|
|
||||||
**Windows** (PowerShell Admin):
|
**Windows** (PowerShell Admin):
|
||||||
```powershell
|
```powershell
|
||||||
irm https://raw.githubusercontent.com/dacrab/go-cursor-help/main/scripts/install.ps1 | iex; cursor-id-modifier
|
irm https://raw.githubusercontent.com/dacrab/go-cursor-help/master/scripts/install.ps1 | iex
|
||||||
```
|
```
|
||||||
|
|
||||||
snapshot:
|
snapshot:
|
||||||
|
16
README.md
16
README.md
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
[](https://github.com/dacrab/cursor-id-modifier/releases/latest)
|
[](https://github.com/dacrab/go-cursor-help/releases/latest)
|
||||||
[](https://github.com/dacrab/cursor-id-modifier/blob/main/LICENSE)
|
[](https://github.com/dacrab/go-cursor-help/blob/master/LICENSE)
|
||||||
[](https://github.com/dacrab/cursor-id-modifier/stargazers)
|
[](https://github.com/dacrab/go-cursor-help/stargazers)
|
||||||
|
|
||||||
[🌟 English](#english) | [🌏 中文](#chinese)
|
[🌟 English](#english) | [🌏 中文](#chinese)
|
||||||
|
|
||||||
@ -62,7 +62,7 @@ this is a mistake.
|
|||||||
<summary><b>Linux/macOS</b>: Copy and paste in terminal</summary>
|
<summary><b>Linux/macOS</b>: Copy and paste in terminal</summary>
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -fsSL https://raw.githubusercontent.com/dacrab/cursor-id-modifier/main/scripts/install.sh | sudo bash && cursor-id-modifier
|
curl -fsSL https://raw.githubusercontent.com/dacrab/go-cursor-help/master/scripts/install.sh | sudo bash
|
||||||
```
|
```
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
@ -70,7 +70,7 @@ curl -fsSL https://raw.githubusercontent.com/dacrab/cursor-id-modifier/main/scri
|
|||||||
<summary><b>Windows</b>: Copy and paste in PowerShell (Admin)</summary>
|
<summary><b>Windows</b>: Copy and paste in PowerShell (Admin)</summary>
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
irm https://raw.githubusercontent.com/dacrab/cursor-id-modifier/main/scripts/install.ps1 | iex; cursor-id-modifier
|
irm https://raw.githubusercontent.com/dacrab/go-cursor-help/master/scripts/install.ps1 | iex
|
||||||
```
|
```
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
@ -80,7 +80,7 @@ That's it! The script will:
|
|||||||
|
|
||||||
### 📦 Manual Installation
|
### 📦 Manual Installation
|
||||||
|
|
||||||
> Download the appropriate file for your system from [releases](https://github.com/dacrab/cursor-id-modifier/releases/latest)
|
> Download the appropriate file for your system from [releases](https://github.com/dacrab/go-cursor-help/releases/latest)
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Windows Packages</summary>
|
<summary>Windows Packages</summary>
|
||||||
@ -180,7 +180,7 @@ this is a mistake.
|
|||||||
<summary><b>Linux/macOS</b>: 在终端中复制粘贴</summary>
|
<summary><b>Linux/macOS</b>: 在终端中复制粘贴</summary>
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -fsSL https://raw.githubusercontent.com/dacrab/cursor-id-modifier/main/scripts/install.sh | sudo bash && cursor-id-modifier
|
curl -fsSL https://raw.githubusercontent.com/dacrab/go-cursor-help/master/scripts/install.sh | sudo bash
|
||||||
```
|
```
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
@ -188,7 +188,7 @@ curl -fsSL https://raw.githubusercontent.com/dacrab/cursor-id-modifier/main/scri
|
|||||||
<summary><b>Windows</b>: 在PowerShell(管理员)中复制粘贴</summary>
|
<summary><b>Windows</b>: 在PowerShell(管理员)中复制粘贴</summary>
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
irm https://raw.githubusercontent.com/dacrab/cursor-id-modifier/main/scripts/install.ps1 | iex; cursor-id-modifier
|
irm https://raw.githubusercontent.com/dacrab/go-cursor-help/master/scripts/install.ps1 | iex
|
||||||
```
|
```
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user