Fix git clone URL to point to Gitea repository

This commit is contained in:
Admin User
2026-01-14 14:34:29 +04:00
Unverified
parent 0d8430a9d0
commit dc1f0e5400

View File

@@ -35,7 +35,7 @@ Transform vague ideas into production-ready prompts and PRDs. PromptArch is an e
1. **Clone & Install**:
```bash
git clone https://github.com/roman-ryzenadvanced/PromptArch-the-prompt-enhancer.git
git clone https://github.rommark.dev/admin/PromptArch.git
cd PromptArch
npm install
```