@@ -84,13 +84,13 @@ Pick the path that matches your goal:
8484macOS / Linux:
8585
8686``` bash
87- curl -fsSL https://raw.githubusercontent.com/ingorewho /video-driven-skill/main/scripts/install.sh | bash
87+ curl -fsSL https://raw.githubusercontent.com/thought2code /video-driven-skill/main/scripts/install.sh | bash
8888```
8989
9090Windows (PowerShell):
9191
9292``` powershell
93- irm https://raw.githubusercontent.com/ingorewho /video-driven-skill/main/scripts/install.ps1 | iex
93+ irm https://raw.githubusercontent.com/thought2code /video-driven-skill/main/scripts/install.ps1 | iex
9494```
9595
9696If you already cloned the repo, run ` ./scripts/install.sh ` or ` .\scripts\install.ps1 ` from the project instead.
@@ -109,7 +109,7 @@ AI_API_KEY=your-key-here
109109
110110| Tag | When to use |
111111| --------------------| --------------------------------------------------------------------------------------|
112- | ` latest ` (default) | Track the newest [ release] ( https://github.com/ingorewho /video-driven-skill/releases ) |
112+ | ` latest ` (default) | Track the newest [ release] ( https://github.com/thought2code /video-driven-skill/releases ) |
113113| ` v1.0.0 ` (example) | Pin a specific release in production |
114114
115115``` bash
@@ -120,7 +120,7 @@ Or set `VD_SKILL_IMAGE_TAG=v1.0.0` when running `docker compose -f docker-compos
120120
121121** How images are published**
122122
123- - Registry: ` ghcr.io/ingorewho /video-driven-skill-backend ` and ` ghcr.io/ingorewho /video-driven-skill-frontend `
123+ - Registry: ` ghcr.io/thought2code /video-driven-skill-backend ` and ` ghcr.io/thought2code /video-driven-skill-frontend `
124124- ** A new image is built only when a version Git tag is pushed** (e.g. ` v1.0.0 ` , ` v1.2.3 ` ). Pushes to ` main ` alone do ** not** publish images.
125125- Tag ` latest ` on GHCR always points to the ** most recent** ` v* ` release.
126126
@@ -140,8 +140,8 @@ Or set `VD_SKILL_IMAGE_TAG=v1.0.0` when running `docker compose -f docker-compos
140140
141141``` bash
142142mkdir -p ~ /video-driven-skill && cd ~ /video-driven-skill
143- curl -fsSL https://raw.githubusercontent.com/ingorewho /video-driven-skill/main/docker-compose.release.yml -o docker-compose.release.yml
144- curl -fsSL https://raw.githubusercontent.com/ingorewho /video-driven-skill/main/.env.example -o .env
143+ curl -fsSL https://raw.githubusercontent.com/thought2code /video-driven-skill/main/docker-compose.release.yml -o docker-compose.release.yml
144+ curl -fsSL https://raw.githubusercontent.com/thought2code /video-driven-skill/main/.env.example -o .env
145145# Edit .env — set AI_API_KEY
146146docker compose -f docker-compose.release.yml pull
147147docker compose -f docker-compose.release.yml up -d
@@ -156,7 +156,7 @@ docker compose -f docker-compose.release.yml up -d
156156** What this does:** Clones the repo and ** builds** images locally with ` docker-compose.yml ` . Use this when you are developing, need unreleased ` main ` , or want the China mirror overlay for faster base-image pulls.
157157
158158``` bash
159- git clone https://github.com/ingorewho /video-driven-skill.git
159+ git clone https://github.com/thought2code /video-driven-skill.git
160160cd video-driven-skill
161161```
162162
0 commit comments