Skip to content

Commit 20eb9bf

Browse files
committed
docs(readme): remove npx install instructions
1 parent 89d2153 commit 20eb9bf

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,6 @@ docker compose up
4747
4848
Open `http://localhost:8598` to access the web UI.
4949

50-
### Install via npm
51-
52-
```bash
53-
npx @crrow/stream --help
54-
```
55-
56-
Platform binaries available for macOS (ARM64/x64) and Linux (ARM64/x64).
57-
5850
## Development
5951

6052
### Prerequisites

npm/README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
# stream
22

3-
Install and run stream via npm/npx.
3+
Install and run stream via npm.
44

5-
## Quick Install
6-
7-
```bash
8-
npx @crrow/stream --help
9-
```
10-
11-
## Global Install
5+
## Install
126

137
```bash
148
npm install -g @crrow/stream

0 commit comments

Comments
 (0)