diff --git a/README.md b/README.md index 8dc215c..4fe7cde 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,18 @@ `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 - htop-style process table by default with selection and scrolling