Skip to content

Commit 64abf99

Browse files
committed
docs: update quick start section in readme
1 parent 6704996 commit 64abf99

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -381,15 +381,22 @@ Then start the daemon:
381381
memorizer daemon start
382382
```
383383

384-
#### Path C: Manual Setup (All Other Frameworks)
384+
#### Path C: Interactive Setup (All Frameworks)
385385

386-
For other frameworks or manual configuration:
386+
For any framework, use interactive setup which will prompt you to select integrations:
387387

388388
```bash
389389
memorizer initialize
390-
# Then manually configure your agent framework (see Integration Setup section)
390+
# Interactive TUI will prompt for integration setup
391+
# Or skip integration prompts with: memorizer initialize --skip-integrations
391392
```
392393

394+
This will:
395+
- Create config at `~/.memorizer/config.yaml`
396+
- Create memory directory at `~/.memorizer/memory/`
397+
- **Prompt you to select which integrations to configure** (Claude Code, Gemini CLI, Codex CLI, or skip)
398+
- Automatically configure selected integrations (no manual editing required)
399+
393400
### 5. Add Files to Memory
394401

395402
```bash

0 commit comments

Comments
 (0)