Update README.md

This commit is contained in:
gigirassy
2025-12-31 03:29:51 +01:00
parent eeca753429
commit aa10b6627b
+14
View File
@@ -18,3 +18,17 @@ intel(r) core(tm) i5-6400 cpu @ 2.70ghz-3.30 ghz <- cpu +------+ |
bspwm <- desktop +------+
250.18 gb / 951.28 gb btrfs <- storage
```
## install
### universal
typical go binary process.
```git clone https://codeberg.org/gigirassy/energonfetch && cd energonfetch
go build -ldflags="-s -w" energonfetch.go
sudo cp energonfetch /usr/bin/
```
### rpm-family linux distros
via COPR, prebuilt binaries are available for fedora 41+ (arm64 and x86_64), opensuse leap/tumbleweed (arm64, x86_64, and i586+ via tumbleweed), and mageia 8+ (arm64, x86_64, and i586+). to install, follow this process.
```sudo dnf copr enable gigirassy/energonfetch
sudo dnf install energonfetch
```