From 13fb22c7ee494c52db3d767f44fb310615516f8d Mon Sep 17 00:00:00 2001 From: jasonwitty Date: Fri, 8 Aug 2025 13:14:33 -0700 Subject: [PATCH] add rustup installer line for lazy people --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bcea058..7f62ea6 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,10 @@ loop { - Rust 1.75+ (recommended latest stable) - Cargo package manager +'''bash +curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh +''' + ### Build from source ```bash git clone https://github.com/jasonwitty/socktop.git