Skip to content

Commit

Permalink
update windows readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sfraczek committed Oct 11, 2023
1 parent fba87f3 commit fc708fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Project that parse e-trade PDF brokerage statements and Gain and Losses document

### FAQ
1. How to install this project?
1. For Windows OS you can download binary (zip archive holding executable) from [releases](https://github.com/jczaja/e-trade-tax-return-pl-helper/releases) webpage. Place executable in the same directory as desired e-trade documents. Open Windows PowerShell and type `etradeTaxReturnHelper.exe (dir * -n | findstr /i /r "\.pdf$ \.xlsx$")`
1. For Windows OS you can download binary (zip archive holding executable) from [releases](https://github.com/jczaja/e-trade-tax-return-pl-helper/releases) webpage. Place executable in the same directory as desired e-trade documents. Open Windows PowerShell and type `etradeTaxReturnHelper.exe *.pdf *.xlsx`

2. For Linux you need Rust and Cargo installed and then you can install this project (crate):
`cargo install etradeTaxReturnHelper`
Expand Down

0 comments on commit fc708fd

Please sign in to comment.