oneline in readme
This commit is contained in:
12
README.md
12
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
|
||||
|
||||
Reference in New Issue
Block a user