batman/README.md
2021-06-25 07:37:09 +02:00

18 lines
136 B
Markdown

# batman
Simple linux battery monitor.
## Build
### debug
```shell
cargo build
```
### release
```shell
cargo build --release
```