diff --git a/README.md b/README.md index 17a12fc..8731da2 100644 --- a/README.md +++ b/README.md @@ -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`