Skip to content

Commit 1708450

Browse files
committed
Point private bootstrap docs at pixelgrade private repo
Fixes #402
1 parent f251176 commit 1708450

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

AGENTS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Clone/bootstrap flow for a fresh machine:
2323
git clone git@github.com:pixelgrade/anima.git
2424
cd anima
2525

26-
# 2. Point the repo at your private companion repo
27-
git config --local anima.privateRepo git@github.com:<you>/anima-private.git
26+
# 2. Point the repo at the shared private companion repo
27+
git config --local anima.privateRepo git@github.com:pixelgrade/anima-private.git
2828

2929
# 3. Hydrate the private local overlays
3030
bin/bootstrap-private
@@ -38,7 +38,7 @@ What gets pulled from the private repo when present:
3838

3939
If you prefer to keep an explicit local checkout of the private repo, use:
4040
```bash
41-
git clone git@github.com:<you>/anima-private.git /path/to/anima-private
41+
git clone git@github.com:pixelgrade/anima-private.git /path/to/anima-private
4242
bin/bootstrap-private --source-dir /path/to/anima-private
4343
```
4444

0 commit comments

Comments
 (0)