Skip to content

Commit d7646e7

Browse files
committed
Update Unix/Mac installation instructions.
1 parent ab193f1 commit d7646e7

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,18 @@ Rema 100 will also send a password by SMS to the same phone number during login
1515
## Install
1616
Before running RemaTransactionParser, first ensure that you have Java 8 or later installed on your system (check by running _java --version_). Download the latest version of Java either from java.com, adoptopenjdk.net or using the package manager of your operating system (if any).
1717

18-
To install RemaTransactionParser, download the [latest release](https://github.com/aadnk/RemaTransactionParser/releases) 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.
18+
To install RemaTransactionParser, download the [latest release](https://github.com/aadnk/RemaTransactionParser/releases) from "Releases", and simply extract (or build - see below) RemaTransactionParser to a folder. Optionally, you may add this folder to your PATH variable in Windows. Otherwise, always specify RemaTransactionParser by its full file path, or navigate to the folder (_cd_) in the command line.
19+
20+
For Unix/Mac, create an alias in ~\.bashrc or ~\.profile (Mac OS X)
21+
```batch
22+
alias RemaTransactionParser="java -jar PATH-TO_EXTRACTED_FOLDER/RemaTransactionParser.jar"
23+
```
1924

2025
## Running
2126
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:
2227
```bat
2328
RemaTransactionParser source-json destination-file
2429
```
25-
For Unix/Mac, use the included SH script:
26-
```batch
27-
./RemaTransactionParser.sh source-json destination-file
28-
```
2930
The file extension of _destination-file_ specifies the output format - either XLSX or SQL. You may override this behavior by using the -format flag.
3031

3132
## Command Line

0 commit comments

Comments
 (0)