Skip to content

Commit 46b94f2

Browse files
RichmondAlakeclaude
andcommitted
docs(readme): document npm + curl install one-liners for the CLI
The CLI now installs four ways — pip, `uv tool install`, `npm i -g memorizz` (published), and `curl … install.sh | sh`. List them in the CLI section. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 2127d79 commit 46b94f2

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,18 @@ print(report)
415415
## CLI
416416

417417
Memorizz ships an interactive, Claude-Code-style terminal agent with **persistent
418-
memory** — just run `memorizz`:
418+
memory**.
419+
420+
**Install** (pick one):
421+
422+
```bash
423+
pip install memorizz # if you have Python 3.10+
424+
uv tool install --python 3.12 memorizz # isolated tool, no system Python needed
425+
npm install -g memorizz # bootstraps uv under the hood
426+
curl -fsSL https://raw.githubusercontent.com/RichmondAlake/memorizz/main/install.sh | sh
427+
```
428+
429+
Then just run `memorizz`:
419430

420431
```bash
421432
memorizz # interactive REPL (memory persists across launches)

0 commit comments

Comments
 (0)