From 12c5700a0072697deae8e2f58867f745a8fc1aea Mon Sep 17 00:00:00 2001 From: Ferdinand Marx Date: Tue, 31 Aug 2021 18:14:52 +0200 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 7fc967c..dfbb33f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,22 @@ # Elog Software for HAM RADIO users to log a QSO. +Easy to use and with distance calculation. + +## Description +Elog helps you with logging your QSO's. +Just type in all relevantdata and hit save and your data will be stored in a database. +By doubleclicking on a stored entry your able to edit this entry. +It shows you also the distance to the QSO-Partner. + +## Requirements +- Sqlite3.dll inside of the programdirectory (this should be done by first start of the program) + +## Installation +Just place the executable inside of a folder of your choice and start it. +The program installs everything it need at the first start. + +# IMPORTANT +Due the usage of AUTOIT it may flagged as a Malware. This is false positive! +Every software created by me is code signed with my certificate. It's signed for www.GFMSOFT.de +So you can be sure that the software contains the code here on GITHUB and its safe to use. +Check for my signed files or build it by yourself.