From f3f616b0a29415d8170ebd33c2e05f56643a5293 Mon Sep 17 00:00:00 2001 From: jasonwitty Date: Sun, 23 Aug 2026 17:37:02 -0700 Subject: [PATCH] Enhance README with resource links and description Updated README to enhance description and add resources table. --- README.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4dd9361..b0de167 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,19 @@ # socktop -socktop is a remote system monitor with a rich TUI, inspired by top/btop, talking to a lightweight agent over WebSockets. - -- Linux agent: near-zero CPU when idle (request-driven, no always-on sampler) -- TUI: smooth graphs, sortable process table, scrollbars, readable colors - -[socktop.io](https://www.socktop.io) +_socktop_ is a remote system monitor with a rich TUI, inspired by top/btop, talking to an ultra lightweight agent over WebSockets. +## Resources + +| Resource | Location | +| -------- | -------- | +| Website and online demo (yes it's real) | [socktop.io](https://www.socktop.io) | +| Quick Start guide | [https://socktop.io/assets/docs/installation/quick-start.html](https://socktop.io/assets/docs/installation/quick-start.html) | +| Prereqs | [https://socktop.io/assets/docs/installation/prerequisites.html](https://socktop.io/assets/docs/installation/prerequisites.html) | +| APT Install | [https://socktop.io/assets/docs/installation/apt.html](https://socktop.io/assets/docs/installation/apt.html) | +| Cargo Install | [https://socktop.io/assets/docs/installation/cargo.html](https://socktop.io/assets/docs/installation/cargo.html) + --- ## Features