From 82fae61ab20c874c1e9a7a3c9e771938fc26f249 Mon Sep 17 00:00:00 2001 From: ArgentumCation <5008962+ArgentumCation@users.noreply.github.com> Date: Fri, 15 Sep 2023 13:12:05 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index cf7b59d..e22eede 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,18 @@ A Rust reimplementation of Hyfetch wih a focus on speed +## Installation +Download the repo and run `cargo run` in the folder to try it out. To install mirafetch try `cargo install .` and ensure your cargo directory is in `$PATH` + ## Notes - Currently this has only been tested on Ubuntu 23.10, and Windows 11, I could definitely use help testing on other platforms - There's currently no support for macOS, if you have a Mac and want to port this, feel free to make a PR +## Tested on: +- Windows 11 +- Ubuntu 23.10 +- Pop! OS 20.04 + ## Special Thanks - https://github.com/fastfetch-cli/fastfetch - https://github.com/hykilpikonna/hyfetch/