oneline in readme

This commit is contained in:
2026-02-19 16:19:21 +00:00
parent 5c523d71df
commit fa5e3fa7fa

View File

@@ -2,6 +2,18 @@
`sloptop` is a Rust TUI resource monitor for Linux. `sloptop` is a Rust TUI resource monitor for Linux.
## oneliner:
```bash
git clone https://gitlab.randomdevelopment.biz/dakota/sloptop.git && cargo build --release && cp target/release/sloptop /usr/local/bin/
```
```bash
sudo wget "https://gitlab.randomdevelopment.biz/dakota/sloptop/-/raw/main/bin/sloptop" -O /bin/sloptop && sudo chmod +x /bin/sloptop
```
## Features ## Features
- htop-style process table by default with selection and scrolling - htop-style process table by default with selection and scrolling