batman/README.md
2021-06-30 06:10:59 +02:00

18 lines
136 B
Markdown

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