Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jczaja authored Nov 10, 2023
1 parent 8269f83 commit 2cde065
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 @@ -13,7 +13,7 @@ Project that parse e-trade PDF brokerage statements and Gain and Losses document
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 terminal (command prompt or powershell) and type `etradeTaxReturnHelper.exe *.pdf *.xlsx`

2. For Linux you need Rust and Cargo installed and then you can install this project (crate):
2. For Linux and MacOS you need Rust and Cargo installed and then you can install this project (crate):
`cargo install etradeTaxReturnHelper`
3. For Linux where there is no X server or no priviligies to install system dependencies then you could try to install non-GUI version:
`cargo install etradeTaxReturnHelper --no-default-features`
Expand Down

0 comments on commit 2cde065

Please sign in to comment.