mirror of
https://codeberg.org/gigirassy/hotrod.git
synced 2026-08-30 15:27:39 +00:00
Update README.md
This commit is contained in:
@@ -1,11 +1,19 @@
|
|||||||
# hotrod
|
# hotrod
|
||||||
> Quick CPU warmer written in Go to unthaw your uncrustables or warm you up. Meant for Linux laptops. (inspired by thaw-carrots)
|
> 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.
|
Requirements: Go 1.18.6+, just.
|
||||||
```
|
```
|
||||||
just build
|
just build
|
||||||
just install
|
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
|
### usage
|
||||||
Default temp is 70 celsius. Please only select a temperature suitable for your CPU.
|
Default temp is 70 celsius. Please only select a temperature suitable for your CPU.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user