Skip to content

Commit d8d98a2

Browse files
Update install URLs to use CDN endpoint (#1)
Replace GitHub raw URLs with the new branded CDN endpoint get-iris.vectorize.io for cleaner, more professional install experience. Changes: - README.md: Update CLI installation command - RELEASE.md: Update installation documentation The new endpoint is backed by CloudFront and redirects to the GitHub install script. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent 0f7b59b commit d8d98a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ vectorize-iris document.pdf
8989

9090
**CLI:**
9191
```bash
92-
curl -fsSL https://raw.githubusercontent.com/vectorize-io/vectorize-iris/refs/heads/main/install.sh | sh
92+
curl -fsSL https://get-iris.vectorize.io | sh
9393
```
9494

9595

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ npm install vectorize-iris
146146

147147
### Rust CLI (via install script)
148148
```bash
149-
curl -fsSL https://raw.githubusercontent.com/vectorize-io/vectorize-iris/refs/heads/main/install.sh | sh
149+
curl -fsSL https://get-iris.vectorize.io | sh
150150
```
151151

152152
Or download binaries directly from the [GitHub Releases page](https://github.com/YOUR_USERNAME/vectorize-iris/releases).

0 commit comments

Comments
 (0)