Skip to content

Commit bde154d

Browse files
jidongclaude
authored andcommitted
docs: add npx contextzip as primary install method
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0012e38 commit bde154d

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<h3 align="center">
88
Claude's output is full of noise you don't need.<br>
9-
ContextZip compresses it by 60-90%. <code>curl | bash</code> → 5 seconds.
9+
ContextZip compresses it by 60-90%. <code>npx contextzip</code> → 5 seconds.
1010
</h3>
1111

1212
<p align="center">
@@ -38,15 +38,16 @@
3838
<h3 align="center">⬇️ One line. That's it.</h3>
3939

4040
```bash
41-
curl -fsSL https://raw.githubusercontent.com/jee599/contextzip/main/install.sh | bash
41+
npx contextzip
4242
```
4343

4444
<p align="center">Restart Claude Code. Every command is now compressed. Zero config.</p>
4545

4646
<details>
47-
<summary>brew / cargo install</summary>
47+
<summary>curl / brew / cargo install</summary>
4848

4949
```bash
50+
curl -fsSL https://raw.githubusercontent.com/jee599/contextzip/main/install.sh | bash # curl
5051
brew install jee599/tap/contextzip # Homebrew
5152
cargo install --git https://github.com/jee599/contextzip # Cargo
5253
```

0 commit comments

Comments
 (0)