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
All checks were successful
CI / validate (push) Successful in 10m57s
This commit is contained in:
commit
bb0c2be99f
@ -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