From 139519428f3653e66a2a6fd8356993a8d10eb64f Mon Sep 17 00:00:00 2001 From: Chris Bartholomew Date: Wed, 26 Nov 2025 10:01:09 -0500 Subject: [PATCH] Update install URLs to use CDN endpoint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- README.md | 2 +- RELEASE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7118795..9491125 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ vectorize-iris document.pdf **CLI:** ```bash -curl -fsSL https://raw.githubusercontent.com/vectorize-io/vectorize-iris/refs/heads/main/install.sh | sh +curl -fsSL https://get-iris.vectorize.io | sh ``` diff --git a/RELEASE.md b/RELEASE.md index 50e4ed9..fbc2399 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -146,7 +146,7 @@ npm install vectorize-iris ### Rust CLI (via install script) ```bash -curl -fsSL https://raw.githubusercontent.com/vectorize-io/vectorize-iris/refs/heads/main/install.sh | sh +curl -fsSL https://get-iris.vectorize.io | sh ``` Or download binaries directly from the [GitHub Releases page](https://github.com/YOUR_USERNAME/vectorize-iris/releases).