Added a note about cloning into existing projects (issue #2)

This commit is contained in:
Ran Aroussi
2025-08-20 21:46:34 +01:00
committed by GitHub
parent db5de24763
commit f06f49f45f

View File

@@ -387,8 +387,7 @@ Teams using this system report:
cd path/to/your/project/
git clone https://github.com/automazeio/ccpm.git .
```
> If you already have a `.claude` directory, clone this repository to a different directory and copy the contents of the cloned `.claude` directory to your project's `.claude` directory.
> ⚠️ **IMPORTANT**: If you already have a `.claude` directory, clone this repository to a different directory and copy the contents of the cloned `.claude` directory to your project's `.claude` directory.
2. **Initialize the PM system**:
```bash