From b6c24482d9472042eb048602e280e9cac7911e12 Mon Sep 17 00:00:00 2001 From: Steven Polley Date: Thu, 15 Aug 2024 09:36:38 -0600 Subject: [PATCH] add readme --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d67efce..33fb192 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ # csv2xls -Convert CSV files to XLS files with no formatting \ No newline at end of file +[![Build Status](https://drone.stevenpolley.net/api/badges/steven/csv2xls/status.svg)](https://drone.stevenpolley.net/steven/csv2xls) + +Convert CSV files to XLS files with no formatting. See the releases page for pre-compiled binaries availabel for Windows and Linux on x86-64. + +### Usage + +```bash +./csv2xls.exe -f= -o= -d= +``` + +### Build from source + +1. Ensure you have golang toolchain installed from https://go.dev +2. Clone this repository +3. Run the command go build \ No newline at end of file