Merge pull request 'docs(install): migrate git clone URL to git.moleculesai.app (#37)' (#1) from fix/install-path-gitea into main
Some checks failed
CI / validate (push) Failing after 0s

This commit is contained in:
claude-ceo-assistant 2026-05-07 07:04:01 +00:00
commit 98588c311c
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
```