Skip to content

Commit 32693e0

Browse files
committed
Update README.md
1 parent 9bb1e87 commit 32693e0

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

README.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,24 @@ made with use of [python-creditagricole-particuliers](https://github.com/dmachar
1515
- Auto assign budget, category, tags, expense/revenue account on transactions depending on their description*
1616
- And even auto rename them!*
1717

18-
_*These features are already features of FireflyIII thanks to [automated rules](https://docs.firefly-iii.org/firefly-iii/pages-and-features/rules/). I also implemented them to allow you to quickly create rules directly in config file._
18+
_*These features are already features of FireflyIII thanks to [automated rules](https://docs.firefly-iii.org/firefly-iii/pages-and-features/rules/). I also implemented them to allow you to quickly create rules directly in the config file._
1919

2020
## How to install
2121

2222
### Install requirements
23-
* Latest version of the code :
23+
* Stable and working release :
2424
```
2525
cd /path/you/want
26-
git clone https://github.com/Royalphax/credit-agricole-importer.git
27-
cd credit-agricole-importer
26+
wget https://github.com/Royalphax/credit-agricole-importer/archive/refs/tags/v0.3.0.zip
27+
unzip v0.3.0.zip
28+
cd credit-agricole-importer-0.3.0
2829
pip install -r requirements.txt
2930
```
30-
* or Stable and working release :
31+
* or Latest version of the code :
3132
```
3233
cd /path/you/want
33-
wget https://github.com/Royalphax/credit-agricole-importer/archive/refs/tags/v0.2.0.zip
34-
unzip v0.2.0.zip
35-
cd credit-agricole-importer-0.2.0
34+
git clone https://github.com/Royalphax/credit-agricole-importer.git
35+
cd credit-agricole-importer
3636
pip install -r requirements.txt
3737
```
3838
### Usage
@@ -56,12 +56,14 @@ Use [Personal Access Token](https://docs.firefly-iii.org/api/api) in your Firefl
5656

5757
### Are my Credit Agricole credentials safe ?
5858

59-
As far as your credentials are stored in the ```config.ini``` file, you must be sure that this file is not accessible from public adresses. You may secure your host machine as best as you can. **In any case, I'm not responsible if someone stole your credentials.** And if any system security expert go through here, feel free to open a discussion with me on how we can improve storage method.
59+
When it comes to storing your credentials in the ```config.ini``` file, it's crucial to ensure that this file is not accessible from public addresses. You should make every effort to secure your host machine as effectively as possible. **However, please note that I cannot be held responsible if someone manages to steal your credentials.**
60+
61+
If any system security experts happen to come across this, please don't hesitate to initiate a discussion with me on how we can enhance our storage methods. Your insights and expertise would be greatly appreciated.
6062

6163
### Can anybody contribute ?
6264

63-
Of course yes, If you have any improvement ideas, or you want to implement new features by yourself, don't hesitate. I'm also very open to pull requests 😃
65+
Certainly! If you have any improvement ideas or wish to implement new features yourself, please don't hesitate to do so. I'm open to pull requests, but I do take a thorough and meticulous approach when reviewing them before merging. **Your contributions are highly appreciated!** 😃
6466

6567
## Donate ☕
6668

67-
If you found this project useful, you can thank me by buying me a coffee [here](https://www.paypal.com/donate/?hosted_button_id=JK6FX89RB8K5Y). Enter your email address and I will send you a picture of the coffee you bought from me!
69+
In the spirit of collaboration, this project thrives thanks to the dedicated efforts of its contributors. I encourage you to explore their profiles and acknowledge their valuable contributions. However, if you'd like to show your appreciation with a small token of support, you can buy me a coffee through the following link [here](https://www.paypal.com/donate/?hosted_button_id=JK6FX89RB8K5Y).

0 commit comments

Comments
 (0)