From db34a142a37c97a677df44748c7ed3c08fcb9b00 Mon Sep 17 00:00:00 2001 From: jasonwitty Date: Sun, 23 Aug 2026 17:48:53 -0700 Subject: [PATCH] Update README with resource links and modify intro Removed the phrase 'inspired by top/btop' from the introduction and added new resource links for Auth Setup, TLS Setup, and Monitoring Multiple Hosts. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b0de167..2d184d5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # socktop -_socktop_ is a remote system monitor with a rich TUI, inspired by top/btop, talking to an ultra lightweight agent over WebSockets. +_socktop_ is a remote system monitor with a rich TUI, talking to an ultra lightweight agent over WebSockets. @@ -13,7 +13,10 @@ _socktop_ is a remote system monitor with a rich TUI, inspired by top/btop, talk | 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) - +| Usage | [https://socktop.io/assets/docs/usage/general.html](https://socktop.io/assets/docs/usage/general.html) +| Auth Setup | [https://socktop.io/assets/docs/security/token.html](https://socktop.io/assets/docs/security/token.html) | +| TLS Setup | [https://socktop.io/assets/docs/security/tls.html](https://socktop.io/assets/docs/security/tls.html) | +| Monitoring Multiple Hosts | [https://socktop.io/assets/docs/advanced/tmux.html](tmux) [https://socktop.io/assets/docs/advanced/zellij.html](zellij) | --- ## Features