This commit is contained in:
jasonwitty 2025-08-08 16:51:22 -07:00
commit 747aef0005

View File

@ -96,7 +96,8 @@ cargo build --release
### Install as a cargo binary ### Install as a cargo binary
```bash ```bash
cargo install --path . cargo install --path ./socktop/
cargo install --path ./socktop_agent/
``` ```
This will install the `socktop` binary into `~/.cargo/bin`. This will install the `socktop` binary into `~/.cargo/bin`.