From 5547316ff302c04652fcfec8dc0ed6136653c954 Mon Sep 17 00:00:00 2001 From: Owen Quinlan <46948241+BuyMyMojo@users.noreply.github.com> Date: Fri, 19 Nov 2021 23:18:31 +1100 Subject: [PATCH] change build scripts to work with TeamCity --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c096e96..97e8547 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ To run the go versions all you need to do is download the executable for your platform and run it from the terminal/powershell: ```bash -./IdParser[.exe] -i [Path to folder/file] -o [Path to output .csv (Defaults to ./out.csv)] +./ParseIDs[.exe] -i [Path to folder/file] -o [Path to output .csv (Defaults to ./out.csv)] ``` Use the same output between multiple runs works and takes into account old data to ensure no dupes