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:
@@ -17,4 +17,18 @@ intel(r) core(tm) i5-6400 cpu @ 2.70ghz-3.30 ghz <- cpu +------+ |
|
|||||||
356 mb / 8.00 gb <- swap | |/
|
356 mb / 8.00 gb <- swap | |/
|
||||||
bspwm <- desktop +------+
|
bspwm <- desktop +------+
|
||||||
250.18 gb / 951.28 gb btrfs <- storage
|
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