Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
flxkrmr committed Feb 17, 2024
1 parent 660b992 commit 882db65
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Boiler Watch API

Backend for Boiler Watch GUI


## Install on Raspberry Pi

Download app
```
mkdir ~/boiler-watch-api
cd ~/boiler-watch-api
wget https://github.com/flxkrmr/boiler-watch-api/releases/download/0.2.0/boiler-watch-api
```

Prepare for execution
```
chmod 775 boiler-watch-api
```

## TODO
- Staticalliy link libc as the one on the raspberry pi is much older than the one in github actions

0 comments on commit 882db65

Please sign in to comment.