mirror of
https://codeberg.org/gigirassy/energonfetch.git
synced 2026-08-30 15:27:40 +00:00
Update README.md
This commit is contained in:
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user