Migrate state-hub image and clone refs to Forgejo (RAIL-HO-WP-0006)
This commit is contained in:
parent
d9217c238d
commit
e0f0b6d3c6
5 changed files with 13 additions and 13 deletions
|
|
@ -14,7 +14,7 @@ ceremony is complete.
|
|||
Clone the repo, then run the bootstrap script:
|
||||
|
||||
```bash
|
||||
git clone https://gitea.coulomb.social/coulomb/state-hub.git ~/state-hub
|
||||
git clone https://forgejo.coulomb.social/coulomb/state-hub.git ~/state-hub
|
||||
cd ~/state-hub
|
||||
make bootstrap-env
|
||||
```
|
||||
|
|
@ -46,8 +46,8 @@ Restart Claude Code after MCP registration.
|
|||
2. Clone `state-hub` and any domain repo you expect to operate:
|
||||
|
||||
```bash
|
||||
git clone https://gitea.coulomb.social/coulomb/state-hub.git ~/state-hub
|
||||
git clone https://gitea.coulomb.social/coulomb/the-custodian.git ~/the-custodian
|
||||
git clone https://forgejo.coulomb.social/coulomb/state-hub.git ~/state-hub
|
||||
git clone https://forgejo.coulomb.social/coulomb/the-custodian.git ~/the-custodian
|
||||
```
|
||||
|
||||
3. Run the bootstrap:
|
||||
|
|
@ -112,8 +112,8 @@ Restart Claude Code after MCP registration.
|
|||
2. Clone this repo and the domain repo:
|
||||
|
||||
```bash
|
||||
git clone https://gitea.coulomb.social/coulomb/state-hub.git ~/state-hub
|
||||
git clone https://gitea.coulomb.social/coulomb/<domain-repo>.git ~/<domain-repo>
|
||||
git clone https://forgejo.coulomb.social/coulomb/state-hub.git ~/state-hub
|
||||
git clone https://forgejo.coulomb.social/coulomb/<domain-repo>.git ~/<domain-repo>
|
||||
```
|
||||
|
||||
3. Run the bootstrap:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue