Skip to content

Commit b267021

Browse files
Simplify install section into fresh vs existing setup paths
1 parent 1129803 commit b267021

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,16 @@ Connect the Rootly API, collect incidents, alerts, and teams for a selected time
1616

1717
## Install
1818

19+
**Fresh install (Graphify + Rootly importer):**
1920
```bash
2021
pip install "graphifyy[rootly]"
22+
graphify install # Claude Code
23+
graphify install --platform codex # Codex
2124
```
2225

23-
**Claude Code:**
26+
**Add Rootly importer to an existing Graphify setup:**
2427
```bash
25-
graphify install
26-
```
27-
28-
**Codex:**
29-
```bash
30-
graphify install --platform codex
28+
pip install "graphifyy[rootly]" --upgrade
3129
```
3230

3331
---

0 commit comments

Comments
 (0)