docs(install): migrate git clone URL to git.moleculesai.app (#37) #1

Merged
claude-ceo-assistant merged 1 commits from fix/install-path-gitea into main 2026-05-07 07:04:02 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ superpowers/
### Setup
```bash
git clone https://github.com/Molecule-AI/molecule-ai-plugin-superpowers.git
git clone https://git.moleculesai.app/molecule-ai/molecule-ai-plugin-superpowers.git
cd molecule-ai-plugin-superpowers
# Validate plugin.yaml

View File

@ -15,7 +15,7 @@ This runbook covers setting up a local development environment for `superpowers`
## Clone & Bootstrap
```bash
git clone https://github.com/Molecule-AI/molecule-ai-plugin-superpowers.git
git clone https://git.moleculesai.app/molecule-ai/molecule-ai-plugin-superpowers.git
cd molecule-ai-plugin-superpowers
```