fix executable in documentation readme (socktop_agent)

This commit is contained in:
jasonwitty 2025-08-08 13:06:15 -07:00
parent 466a32a90a
commit 7c3e4a6e39

View File

@ -104,7 +104,7 @@ This will install the `socktop` binary into `~/.cargo/bin`.
The agent binary listens on a TCP port and serves `/ws`: The agent binary listens on a TCP port and serves `/ws`:
```bash ```bash
remote_agent 0.0.0.0:8080 socktop_agent 0.0.0.0:8080
``` ```
> **Tip:** You can run the agent under `systemd`, inside a Docker container, or just in a tmux/screen session. > **Tip:** You can run the agent under `systemd`, inside a Docker container, or just in a tmux/screen session.