chore: use short url for repository
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user