You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-3Lines changed: 17 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,25 @@ JavaScript scripting agent for [Zentinel](https://github.com/zentinelproxy/zenti
13
13
14
14
## Installation
15
15
16
-
### From crates.io
16
+
### Using Bundle (Recommended)
17
+
18
+
```bash
19
+
# Install just this agent
20
+
zentinel bundle install js
21
+
22
+
# Or install all bundled agents
23
+
zentinel bundle install
24
+
```
25
+
26
+
The bundle command downloads the correct binary for your platform and places it in the standard location. See the [bundle documentation](https://zentinelproxy.io/docs/deployment/bundle/) for details.
0 commit comments