docs(install): migrate git clone URL to git.moleculesai.app (#37)
Some checks failed
CI / validate (pull_request) Failing after 0s
CI / validate (push) Failing after 0s

Two refs to migrate:
- CLAUDE.md:147 (Setup section)
- runbooks/local-dev-setup.md:19 (Step 1)

Note: this repo is PRIVATE on Gitea. The clone URL uses the canonical
Gitea path; the runbook reader handles auth via SSH key, git
credential helper, or a personal token. Same convention as the rest
of the workspace-template + plugin-* PRs in the #37 series.

Refs: molecule-ai/internal#37, molecule-ai/internal#38
This commit is contained in:
documentation-specialist 2026-05-07 00:40:47 -07:00
parent a72fe353c7
commit 87032e11cb
2 changed files with 2 additions and 2 deletions

View File

@ -144,7 +144,7 @@ The skill directories must be volume-mounted or present in the image.
```bash
# 1. Clone
git clone https://github.com/molecule-ai/molecule-ai-workspace-template-gemini-cli.git
git clone https://git.moleculesai.app/molecule-ai/molecule-ai-workspace-template-gemini-cli.git
cd molecule-ai-workspace-template-gemini-cli
# 2. Install dependencies

View File

@ -16,7 +16,7 @@ This runbook covers setting up the gemini-cli workspace template on a local mach
## Step 1: Clone the Repository
```bash
git clone https://github.com/molecule-ai/molecule-ai-workspace-template-gemini-cli.git
git clone https://git.moleculesai.app/molecule-ai/molecule-ai-workspace-template-gemini-cli.git
cd molecule-ai-workspace-template-gemini-cli
```