docs(install): migrate git clone URL to git.moleculesai.app (#37)
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:
parent
a72fe353c7
commit
87032e11cb
@ -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
|
||||
|
||||
@ -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
|
||||
```
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user