README: add clarification for filetype, reformat

This commit is contained in:
2024-05-05 12:41:53 +02:00
parent 376c49bc92
commit 06c50807d3

@ -1,12 +1,11 @@
# Vote-rs # Vote-rs
currently in development Currently in development
Converts a csv file into a `.blt`file [(OpenSTV/OpaVote ballots)](https://www.opavote.com/help/overview#blt-file-format).
creates a .blt file from a csv file ## Building
to build
```bash ```bash
cargo +nightly -Z unstable-options build --out-dir ./build cargo +nightly -Z unstable-options build --out-dir ./build
``` ```