Skip to content

Commit 3d1f4f3

Browse files
Copilotjczaja
andauthored
Fix README FAQ: correct releases URL and fix list rendering (#186)
* Initial plan * Fix README: correct releases link, FAQ formatting, and spelling Co-authored-by: jczaja <15085062+jczaja@users.noreply.github.com> Agent-Logs-Url: https://github.com/RustInFinance/etradeTaxReturnHelper/sessions/a156937f-b6ba-4f2f-9bd2-733d112bfc26 --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jczaja <15085062+jczaja@users.noreply.github.com>
1 parent 334d426 commit 3d1f4f3

1 file changed

Lines changed: 10 additions & 11 deletions

File tree

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,18 @@ Project that parse e-trade and revolut account statements and Gain and Losses do
3232

3333
### FAQ
3434
##### 1. How to install this project?
35-
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`
35+
1. For Windows OS you can download binary (zip archive holding executable) from [releases](https://github.com/RustInFinance/etradeTaxReturnHelper/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`
3636

37-
2. For Linux and MacOS you need Rust and Cargo installed and then you can install this project (crate):
38-
`cargo install etradeTaxReturnHelper`
39-
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:
40-
`cargo install etradeTaxReturnHelper --no-default-features`
37+
2. For Linux and MacOS you need Rust and Cargo installed and then you can install this project (crate):
38+
`cargo install etradeTaxReturnHelper`
39+
3. For Linux where there is no X server or no privileges to install system dependencies then you could try to install non-GUI version:
40+
`cargo install etradeTaxReturnHelper --no-default-features`
4141
##### 2. Does it work for other financial institutions apart from etrade ?
4242
- There is support for saving accounts statements of Revolut bank (CSV files) , as Revolut does not pay tax on customer behalf and tax from capital gain of saving account should be paid by customer.
4343

4444

4545
##### 3. How does it work?
46-
- Here is a
47-
[Demo](https://www.youtube.com/watch?v=ts3xCbHU02Y)
46+
- Here is a [Demo](https://www.youtube.com/watch?v=ts3xCbHU02Y)
4847
##### 4. How can I report problem?
4948
- If this project does not work for you e.g. there is crash or data produced does not seem correct then please run it with diagnostic:
5049
RUST_LOG=info RUST_BACKTRACE=full etradeTaxReturnHelper <your args e.g. PDF and XLSX files> and share it via issues or via my email (see github profile)
@@ -78,7 +77,7 @@ Project that parse e-trade and revolut account statements and Gain and Losses do
7877
```
7978

8079
##### 6. How can I help?
81-
1. Issues and Pull Requests are welcomed!
82-
2. Please donate charity organization [Wielka orkiestra swiatecznej pomocy](https://www.wosp.org.pl/fundacja/jak-wspierac-wosp/wesprzyj-online)
83-
3. If you happen to be an employee of Intel Corporation then you could support this project by
84-
"giving me **recognition**".
80+
1. Issues and Pull Requests are welcomed!
81+
2. Please donate charity organization [Wielka orkiestra swiatecznej pomocy](https://www.wosp.org.pl/fundacja/jak-wspierac-wosp/wesprzyj-online)
82+
3. If you happen to be an employee of Intel Corporation then you could support this project by
83+
"giving me **recognition**".

0 commit comments

Comments
 (0)