mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-02 15:23:19 +08:00
docs: fix repository URLs in getting started guide [IDAW-001]
Replace placeholder URLs with actual repository URL: https://github.com/catlog22/Claude-Code-Workflow.git
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Clone repository (replace with your fork or the actual repository URL)
|
# Clone repository (replace with your fork or the actual repository URL)
|
||||||
git clone https://github.com/[username]/claude-dms3.git
|
git clone https://github.com/catlog22/Claude-Code-Workflow.git
|
||||||
cd claude-dms3
|
cd claude-dms3
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
@@ -273,7 +273,7 @@ A: Select based on task objective:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# 1. Clone project (replace with your fork or the actual repository URL)
|
# 1. Clone project (replace with your fork or the actual repository URL)
|
||||||
git clone https://github.com/[username]/claude-dms3.git
|
git clone https://github.com/catlog22/Claude-Code-Workflow.git
|
||||||
cd claude-dms3
|
cd claude-dms3
|
||||||
|
|
||||||
# 2. Install dependencies
|
# 2. Install dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user