forked from gaugendre/ofx-processor
Update readme
This commit is contained in:
parent
6bc18a968f
commit
53c0cf5dba
1 changed files with 6 additions and 4 deletions
10
README.md
10
README.md
|
@ -2,10 +2,12 @@
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```bash
|
```shell script
|
||||||
ofxprocessor /path/to/ofxfile.ofx
|
process-bpvf /path/to/ofxfile.ofx
|
||||||
|
# Or
|
||||||
|
process-revolut /path/to/csvfile.csv
|
||||||
```
|
```
|
||||||
|
|
||||||
It will write a `processed.ofx` file in the same folder.
|
It will write a `processed` file in the same folder with the same extension.
|
||||||
|
|
||||||
It will not overwrite the original ofx file.
|
It will not overwrite the original file.
|
||||||
|
|
Loading…
Reference in a new issue