Skip to content

Commit ff4eef4

Browse files
committed
Add Unix/mac documentation.
1 parent f9b96a1 commit ff4eef4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,14 @@ Before running RemaTransactionParser, first ensure that you have Java 8 or later
1818
To install RemaTransactionParser, download the latest release from "Releases", and simply extract (or build - see below) RemaTransactionParser to a folder. Optionally, you may add this folder to your PATH variable. Otherwise, always specify RemaTransactionParser by its full file path, or navigate to the folder (_cd_) in the command line.
1919

2020
## Running
21-
Executing the following command in the command line will convert the JSON-file to an Excel/SQL file. Substitue _source-json_ and _destination-file_ with the corresponding correct file paths:
21+
Executing the following command in the command line will convert the JSON-file to an Excel/SQL file. Substitute _source-json_ and _destination-file_ with the corresponding correct file paths:
2222
```bat
2323
RemaTransactionParser source-json destination-file
2424
```
25+
For Unix/Mac, use the included SH script:
26+
```batch
27+
./RemaTransactionParser.sh source-json destination-file
28+
```
2529
The file extension of _destination-file_ specifies the output format - either XLSX or SQL. You may override this behavior by using the -format flag.
2630

2731
## Command Line

0 commit comments

Comments
 (0)