From d331e1e0dd00d01c50a220710374065dee0b30a7 Mon Sep 17 00:00:00 2001 From: Michael Clemens Date: Fri, 29 Jul 2022 22:01:07 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c659816..0044dd3 100644 --- a/README.md +++ b/README.md @@ -42,14 +42,14 @@ To download or update qrzlogger, clone the repo: # Usage - * execute the application with "python3 qrzlogger" + * execute the application with "python3 qrzlogger.py" * qrzlogger creates a default config file and states its location (e.g. _~/.qrzlogger.ini_) * adapt _~/.qrzlogger.ini_ to your needs. Important setting are: * station_call: This is your station call (must match with the QRZ.com logbook) * api_key: Your QRZ.com API key. You find it under "settings" in the QRZ.com logbook' * qrz_user: Your QRZ.com user name, typically your call sign' * qrz_pass: Your QRZ.com password (not the API key)' - * execute the application again with "python3 qrzlogger" + * execute the application again with "python3 qrzlogger.py" # License