From 6df6e6595dcf12b96d90d55e25c41532398411cb Mon Sep 17 00:00:00 2001 From: 132nd-Professor <132nd-Professor> Date: Thu, 1 Jul 2021 21:43:01 +0200 Subject: [PATCH] added new README --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 41562ea..a2fa6d6 100644 --- a/README.md +++ b/README.md @@ -1 +1,10 @@ -# tacview-splitter-rust \ No newline at end of file +# tacview-splitter + +a rust program that splits a tacview file by coalition + +## Usage +Put the executable and the tacview file you want split up in the same directory, and execute the program. + +The program processes the first file it finds, therefore make sure to only have one tacview file in the directory. + +Supports both zipped and ASCII tacview files (`.zip.acmi` and `.txt.acmi`).