batman/README.md

18 lines
136 B
Markdown
Raw Normal View History

2021-06-25 05:26:27 +00:00
# batman
Simple linux battery monitor.
## Build
### debug
```shell
cargo build
```
### release
```shell
cargo build --release
```