From 06c50807d3022345d99b1e3feebb47403a2c59af Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sun, 5 May 2024 12:41:53 +0200 Subject: [PATCH] README: add clarification for filetype, reformat --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e9212d8..ee7278c 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ # 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 - -to build +## Building ```bash cargo +nightly -Z unstable-options build --out-dir ./build -``` \ No newline at end of file +```