From 756f8ca03387a951fb49ad6cad26a10e41f38286 Mon Sep 17 00:00:00 2001 From: Michael Clemens Date: Thu, 20 May 2021 18:12:05 +0200 Subject: [PATCH] renamed config.ini dist-file edited readme --- README.md | 17 +++++++++++++---- config.ini_dist => config.ini.dist | 0 2 files changed, 13 insertions(+), 4 deletions(-) rename config.ini_dist => config.ini.dist (100%) diff --git a/README.md b/README.md index dd2278c..ea9273c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -qrzlogger -========= +# qrzlogger This script is a QRZ.com command line QSO logger. It does the following: @@ -11,8 +10,17 @@ It does the following: 6) lists the last 5 logged QSOs ((pulled from QRZ.com logbook) 7) starts again from 1) +Installation +============ -MIT License + * Copy all files into a directory + * rename _config.ini.dist_ to _config.ini_ + * adapt _config.ini_ to your needs + * execute with "python3 qrzlogger.py" + + + +# MIT License Copyright (c) 2021 Michael Clemens, DL6MHC @@ -34,7 +42,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +# WARNING -WARNING: This software is beta and is really not working properly yet! +This software is beta and is really not working properly yet! I'll remove this warning when it's done diff --git a/config.ini_dist b/config.ini.dist similarity index 100% rename from config.ini_dist rename to config.ini.dist