From 4c56fb8518e9b3a874127625e3aa8a97d07a5a84 Mon Sep 17 00:00:00 2001 From: hubobel Date: Tue, 16 Jun 2026 13:17:04 +0200 Subject: [PATCH] =?UTF-8?q?Erg=C3=A4nzunge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) 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