Skip to content

Commit f911b48

Browse files
committed
chore: remove node cli from docs
1 parent 72eeb0a commit f911b48

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
55
<!-- [![crates.io](https://img.shields.io/crates/v/steel-cli?color=orange&logo=rust)](https://crates.io/crates/steel-cli) -->
66

7-
[![npm](https://img.shields.io/npm/v/@steel-dev/cli?color=cb3837&logo=npm&label=npm)](https://www.npmjs.com/package/@steel-dev/cli)
87
[![License](https://img.shields.io/badge/license-MIT-blue)](./LICENSE)
98
[![Discord](https://img.shields.io/badge/discord-join-5865F2?logo=discord&logoColor=white)](https://discord.gg/steel-dev)
109

@@ -49,7 +48,6 @@ Alternatives:
4948

5049
- Download from [GitHub Releases](https://github.com/steel-dev/cli/releases)
5150
- `cargo install steel-cli`
52-
- `npm i -g @steel-dev/cli` (thin wrapper around the native binary)
5351

5452
After install, either restart your shell or run `export PATH="$HOME/.steel/bin:$PATH"`.
5553

@@ -155,16 +153,6 @@ Agent skill:
155153

156154
- [Steel Browser skill package](skills/steel-browser/README.md)
157155

158-
## Migrating from the Node CLI
159-
160-
The Steel CLI is now a single native Rust binary. If you previously installed it via `npm i -g @steel-dev/cli`, the `install.sh` script auto-detects and removes the old Node-based install. You can also do it manually:
161-
162-
```bash
163-
npm update -g @steel-dev/cli # auto-installs native binary
164-
npm uninstall -g @steel-dev/cli # optional cleanup
165-
export PATH="$HOME/.steel/bin:$PATH"
166-
```
167-
168156
---
169157

170158
Licensed under [MIT](./LICENSE).

0 commit comments

Comments
 (0)