change build scripts to work with TeamCity
This commit is contained in:
parent
55a1d48824
commit
5547316ff3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue