Skip to content

Commit 173a19d

Browse files
author
薛華慶, james.hsueh
committed
feat: update readme.md
1 parent f17aca7 commit 173a19d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This workflow isolates business logic, technical architecture, and coding into t
2323
```bash
2424
mkdir -p ~/.claude/workflows
2525
cd ~/.claude/workflows
26-
git clone <your-repo-url> sdd-workflow
26+
git clone https://github.com/CodeMachine0121/GSI-Protocol.git sdd-workflow
2727
```
2828

2929
完成!現在在任何專案都能使用 `/sdd-auto` 等指令。
@@ -34,10 +34,10 @@ git clone <your-repo-url> sdd-workflow
3434

3535
```bash
3636
# 下載並執行安裝腳本
37-
curl -sSL <your-repo-url>/raw/main/install.sh | bash
37+
curl -sSL https://github.com/CodeMachine0121/GSI-Protocol.git/raw/main/install.sh | bash
3838

3939
# 或手動執行
40-
wget <your-repo-url>/raw/main/install.sh
40+
wget https://github.com/CodeMachine0121/GSI-Protocol.git/raw/main/install.sh
4141
chmod +x install.sh
4242
./install.sh
4343
```
@@ -49,7 +49,7 @@ chmod +x install.sh
4949
```bash
5050
# 在專案外臨時下載
5151
cd /tmp
52-
git clone <your-repo-url> sdd-temp
52+
git clone https://github.com/CodeMachine0121/GSI-Protocol.git sdd-temp
5353

5454
# 進入你的專案
5555
cd ~/your-project

0 commit comments

Comments
 (0)