diff --git a/.goreleaser.yml b/.goreleaser.yml
index a677341..696d740 100644
--- a/.goreleaser.yml
+++ b/.goreleaser.yml
@@ -96,12 +96,12 @@ release:
**Linux/macOS**:
```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):
```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:
diff --git a/README.md b/README.md
index 20dba40..f009477 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,9 @@
-[](https://github.com/dacrab/cursor-id-modifier/releases/latest)
-[](https://github.com/dacrab/cursor-id-modifier/blob/main/LICENSE)
-[](https://github.com/dacrab/cursor-id-modifier/stargazers)
+[](https://github.com/dacrab/go-cursor-help/releases/latest)
+[](https://github.com/dacrab/go-cursor-help/blob/master/LICENSE)
+[](https://github.com/dacrab/go-cursor-help/stargazers)
[🌟 English](#english) | [🌏 中文](#chinese)
@@ -62,7 +62,7 @@ this is a mistake.
Linux/macOS: Copy and paste in terminal
```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
```
@@ -70,7 +70,7 @@ curl -fsSL https://raw.githubusercontent.com/dacrab/cursor-id-modifier/main/scri
Windows: Copy and paste in PowerShell (Admin)
```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
```
@@ -80,7 +80,7 @@ That's it! The script will:
### 📦 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)
Windows Packages
@@ -180,7 +180,7 @@ this is a mistake.
Linux/macOS: 在终端中复制粘贴
```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
```
@@ -188,7 +188,7 @@ curl -fsSL https://raw.githubusercontent.com/dacrab/cursor-id-modifier/main/scri
Windows: 在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
```