File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ Clone/bootstrap flow for a fresh machine:
2323git clone git@github.com:pixelgrade/anima.git
2424cd 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
3030bin/bootstrap-private
@@ -38,7 +38,7 @@ What gets pulled from the private repo when present:
3838
3939If 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
4242bin/bootstrap-private --source-dir /path/to/anima-private
4343```
4444
You can’t perform that action at this time.
0 commit comments