Ergänzunge
This commit is contained in:
parent
423743323a
commit
4c56fb8518
1 changed files with 13 additions and 2 deletions
15
README.md
15
README.md
|
|
@ -226,9 +226,20 @@ crontab -e
|
||||||
```bash
|
```bash
|
||||||
python3 /home/banking/bin/transactions.py
|
python3 /home/banking/bin/transactions.py
|
||||||
```
|
```
|
||||||
### Update
|
|
||||||
```bash
|
### Bedienung
|
||||||
|
```
|
||||||
|
# Aktualisieren
|
||||||
git -C ~/ING pull
|
git -C ~/ING pull
|
||||||
|
|
||||||
|
# Kontostand abrufen
|
||||||
|
python3 ~/ING/balance.py
|
||||||
|
|
||||||
|
# Transaktionen abrufen
|
||||||
|
python3 ~/ING/transactions.py
|
||||||
|
|
||||||
|
# Kategorisieren
|
||||||
|
python3 ~/ING/categorize_transactions.py
|
||||||
```
|
```
|
||||||
|
|
||||||
### Hinweise
|
### Hinweise
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue