Skip to content

Commit

Permalink
Add build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-g2 committed Jul 2, 2024
1 parent e16f2d6 commit 9a827e2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,11 @@ Available columns:
- MeterReading
- LineOne
- LineTwo
- LineThree
- LineThree

## Build
1. Setup cross-rs: https://github.com/cross-rs/cross/blob/main/docs/getting-started.md
2. Compile:
```bash
cross build --target aarch64-unknown-linux-musl --release
```

0 comments on commit 9a827e2

Please sign in to comment.