From fc708fde34395185da64c89c0689ca86a63850c4 Mon Sep 17 00:00:00 2001 From: Sylwester Fraczek Date: Wed, 11 Oct 2023 15:07:47 +0200 Subject: [PATCH] update windows readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e7bb94..6435315 100644 --- a/README.md +++ b/README.md @@ -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`