We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89d2153 commit 20eb9bfCopy full SHA for 20eb9bf
README.md
@@ -47,14 +47,6 @@ docker compose up
47
48
Open `http://localhost:8598` to access the web UI.
49
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
58
## Development
59
60
### Prerequisites
npm/README.md
@@ -1,14 +1,8 @@
1
# stream
2
3
-Install and run stream via npm/npx.
+Install and run stream via npm.
4
5
-## Quick Install
6
7
8
9
10
11
-## Global Install
+## Install
12
13
```bash
14
npm install -g @crrow/stream
0 commit comments