File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
5959git clone https://github.com/MertCapkin/graphstack /tmp/graphstack
60- cd your-project
60+ cd /path/to/ your-project
6161bash /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+
6476This 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
You can’t perform that action at this time.
0 commit comments