Skip to content

Commit 55db525

Browse files
authored
Update README with Windows installation steps
Added Windows installation instructions for GraphStack.
1 parent 5690682 commit 55db525

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,26 @@ python3 -m graphify --version
5353

5454
### Step 2 — Install GraphStack into your project
5555

56-
Navigate to your project folder and run:
56+
#### macOS / Linux
5757

5858
```bash
5959
git clone https://github.com/MertCapkin/graphstack /tmp/graphstack
60-
cd your-project
60+
cd /path/to/your-project
6161
bash /tmp/graphstack/install.sh
6262
```
6363

64+
#### Windows (önerilen: Git Bash)
65+
PowerShell’de /tmp ve bash yoktur; kurulum script’i bash bekler. Git for Windows ile gelen Git Bash kullan.
66+
67+
Git Bash’i aç (Başlat menüsünde “Git Bash”).
68+
Aşağıdakileri sırayla çalıştır (your-project yolunu kendi projenle değiştir):
69+
```bash
70+
git clone https://github.com/MertCapkin/graphstack /tmp/graphstack
71+
cd "/c/Users/YOUR_USERNAME/path/to/your-project"
72+
bash /tmp/graphstack/install.sh .
73+
```
74+
75+
6476
This copies all GraphStack files into your project:
6577
- `.cursor/rules/graphstack.mdc` — Cursor loads this automatically on every session
6678
- `orchestrator/`, `skills/`, `handoff/`, `scripts/` — the full workflow system

0 commit comments

Comments
 (0)