Skip to content

Commit

Permalink
deb package readme info
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanSafonov committed Jan 6, 2024
1 parent 974cd4d commit 62edea2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,13 @@ sudo systemctl status fanctl
## Deb package

Run `build-deb.sh` to build deb package.

```bash
./build-deb.sh
sudo apt install ./fanctl*.deb
# Change /etc/fanctl.yaml according to your hardware
sudo systemctl enable fanctl.service fanctl-wakeup.service
sudo systemctl start fanctl
# Check service status
sudo systemctl status fanctl
```

0 comments on commit 62edea2

Please sign in to comment.