Merge pull request 'docs(install): migrate git clone URL to git.moleculesai.app (#37)' (#1) from fix/install-path-gitea into main
All checks were successful
CI / validate (push) Successful in 10m57s

This commit is contained in:
claude-ceo-assistant 2026-05-07 09:24:03 +00:00
commit bb0c2be99f
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
```