Skip to content

Commit

Permalink
bumped version and added binary hint in README
Browse files Browse the repository at this point in the history
  • Loading branch information
OliLay committed Oct 4, 2021
1 parent f2f7591 commit 0a7285e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "smarst-fan"
description = "Linux service for controlling a PWM fan"
version = "0.1.0"
version = "0.9.0"
edition = "2018"
authors = ["Oliver Layer"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cargo deb
You may have to install `cargo-deb` at first.

## Installation
1. Follow the build instructions above (no binary available yet)
1. Follow the build instructions above (no binary available yet) or download the binary from the [GitHub release page](https://github.com/OliLay/smaRSt-fan/releases)
1. Install the .deb package, e.g. by running `sudo dpkg -i target/debian/smarst-fan_0.1.0_armhf.deb`
1. Configure smaRSt-fan, if needed (see [Configuration](#configuration))
1. Check the status of the service by running `sudo systemctl status smarst-fan`
Expand Down

0 comments on commit 0a7285e

Please sign in to comment.