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
`cargo install zentinel-agent-js` fails: the crate is not published on crates.io.
Documents `cargo install --git`, which does work, plus the prebuilt release binaries.
Also points the bundle docs link at docs.zentinelproxy.io; the
zentinelproxy.io/docs/ URL 404s.
Copy file name to clipboardExpand all lines: README.md
+21-2Lines changed: 21 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,12 +23,31 @@ zentinel bundle install js
23
23
zentinel bundle install
24
24
```
25
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.
26
+
The bundle command downloads the correct binary for your platform and places it in the standard location. See the [bundle documentation](https://docs.zentinelproxy.io/deployment/bundle/) for details.
27
27
28
28
### Using Cargo
29
29
30
+
`zentinel-agent-js` is not published on crates.io, so `cargo install zentinel-agent-js` does not
31
+
work. Install straight from the repository instead:
0 commit comments