add rustup installer line for lazy people

This commit is contained in:
jasonwitty 2025-08-08 13:14:33 -07:00
parent 6c867774f7
commit 13fb22c7ee

View File

@ -83,6 +83,10 @@ loop {
- Rust 1.75+ (recommended latest stable) - Rust 1.75+ (recommended latest stable)
- Cargo package manager - Cargo package manager
'''bash
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
'''
### Build from source ### Build from source
```bash ```bash
git clone https://github.com/jasonwitty/socktop.git git clone https://github.com/jasonwitty/socktop.git