sinfo-rs is a tool that outputs information about your system in a visually pleasing way written in Rust.
- make sure your rust is up to date by running
rustup update
- run
cargo build --relaease
from the projects git root directory - your binary will be located at
sinfo-rs/target/release/sinfo-rs