From e8ea15cb64480a74dff24d88b92dfda65758f3a5 Mon Sep 17 00:00:00 2001 From: Rootiest Date: Mon, 24 Aug 2026 14:49:06 -0400 Subject: [PATCH] chore: use short url for repository --- README.md | 4 ++-- install.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b296510..711c29e 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ install path for Claude Code — `install.sh` remains available as a cross-tool fallback (and is the only supported path for Antigravity CLI today). ``` -/plugin marketplace add https://git.rootiest.dev/rootiest/rootiest-ai.git +/plugin marketplace add https://url.rootiest.dev/ai /plugin install git-publish-workflow@rootiest-ai ``` @@ -263,7 +263,7 @@ bash install.sh --all Or clone the repository and run locally: ```bash -git clone https://git.rootiest.dev/rootiest/rootiest-ai.git +git clone https://url.rootiest.dev/ai cd rootiest-ai bash install.sh --all ``` diff --git a/install.sh b/install.sh index 3e1b740..3fe0f7d 100755 --- a/install.sh +++ b/install.sh @@ -8,7 +8,7 @@ set -euo pipefail # ── Constants ────────────────────────────────────────────────────────────────── readonly BASE_URL="https://git.rootiest.dev/rootiest/rootiest-ai/raw/branch/main" -readonly REPO_URL="https://git.rootiest.dev/rootiest/rootiest-ai.git" +readonly REPO_URL="https://url.rootiest.dev/ai" readonly API_URL="https://git.rootiest.dev/api/v1/repos/rootiest/rootiest-ai/contents/skills" # Overridable via environment