From 438795bed1f7f20b71428168091e426a2a2a0912 Mon Sep 17 00:00:00 2001 From: gigirassy Date: Fri, 23 Jan 2026 04:06:39 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6323c77..adc6d8b 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,19 @@ # hotrod > Quick CPU warmer written in Go to unthaw your uncrustables or warm you up. Meant for Linux laptops. (inspired by thaw-carrots) -### build +### install +#### universal Requirements: Go 1.18.6+, just. ``` just build just install ``` +#### rpm-family linux distros +Via COPR, prebuilt binaries are available for Fedora 42+ (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/hotrod +sudo dnf install hotrod +``` ### usage Default temp is 70 celsius. Please only select a temperature suitable for your CPU.