Skip to content

Commit

Permalink
Added documentation around dnf based installs
Browse files Browse the repository at this point in the history
  • Loading branch information
nidnogg committed Nov 27, 2024
1 parent c54f70e commit 8b06eef
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Linux • macOS • Windows <br />

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.

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8b06eef

Please sign in to comment.