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/