docs(install): migrate git clone URL to git.moleculesai.app (#37)
Some checks failed
CI / Adapter unit tests (push) Failing after 10s
CI / Adapter unit tests (pull_request) Failing after 10s
CI / validate (push) Failing after 0s
CI / validate (pull_request) Failing after 0s
Secret scan / secret-scan (pull_request) Failing after 0s

One anonymous git-clone ref in runbooks/local-dev-setup.md:27.
Public repo, no auth-shape change.

Refs: molecule-ai/internal#37, molecule-ai/internal#38
This commit is contained in:
documentation-specialist 2026-05-07 00:31:16 -07:00
parent 50e16c5c73
commit e28c2d0fd7

View File

@ -24,7 +24,7 @@ common problems.
## Step 1 — Clone the Repository ## Step 1 — Clone the Repository
```bash ```bash
git clone https://github.com/Molecule-AI/molecule-ai-workspace-template-claude-code.git git clone https://git.moleculesai.app/molecule-ai/molecule-ai-workspace-template-claude-code.git
cd molecule-ai-workspace-template-claude-code cd molecule-ai-workspace-template-claude-code
``` ```