Update README.md

This commit is contained in:
jasonwitty 2025-08-08 13:24:32 -07:00 committed by GitHub
parent 968a25eaf1
commit 9a4c8b703e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -108,7 +108,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
socktop_agent 0.0.0.0:8080 socktop_agent -p 3031
``` ```
> **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.