diff --git a/Cargo.lock b/Cargo.lock index 1dd040e..32b7c7e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -866,7 +866,7 @@ checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" [[package]] name = "zeitfetch" -version = "0.1.13" +version = "0.1.14" dependencies = [ "home", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index eb7e989..511758d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zeitfetch" -version = "0.1.13" +version = "0.1.14" edition = "2021" authors = ["Henrique V (nidnogg)"] description = "Instantaneous snapshots of cross-platform system information" diff --git a/README.md b/README.md index 530569e..b579850 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Linux • macOS • Windows
Considering the shortage of fully cross platform screenfetch solutions (including Windows shells) this crate aims to fill that gap. -It's in early stages at the moment, and support for Windows 10, Windows 11, Mac OS X, Debian, Ubuntu, Fedora and Arch is implemented for the time being, with more on the way. +Several distros are currently supported, with more on the way. There has been a slew of Open Source contributions toward this effort as well. See the [Contribution section](#contribution) if you're interested! If your Linux distribution is not listed/not being actively tested on, most likely it will be missing a dedicated OS logo, so an ASCII rendition of [Tux](https://en.wikipedia.org/wiki/Tux_(mascot)) will be displayed instead. @@ -47,6 +47,13 @@ On macOS, *zeitfetch* can also be installed via **brew**: brew tap nidnogg/zeitfetch && brew install zeitfetch ``` +### Fedora +Available on Fedora 41+ stable repositories, *zeitfetch* can also be installed via **dnf**, via the `rust-zeitfetch` package: +```bash +sudo dnf update +sudo dnf install rust-zeitfetch +``` + ## Usage Just run: ```bash