diff --git a/README.md b/README.md index 3609e26..2369eea 100644 --- a/README.md +++ b/README.md @@ -226,9 +226,20 @@ crontab -e ```bash python3 /home/banking/bin/transactions.py ``` -### Update -```bash + +### Bedienung +``` +# Aktualisieren git -C ~/ING pull + +# Kontostand abrufen +python3 ~/ING/balance.py + +# Transaktionen abrufen +python3 ~/ING/transactions.py + +# Kategorisieren +python3 ~/ING/categorize_transactions.py ``` ### Hinweise