renamed config.ini dist-file

edited readme
This commit is contained in:
Michael Clemens 2021-05-20 18:12:05 +02:00
parent 6b2df8417b
commit 756f8ca033
2 changed files with 13 additions and 4 deletions

View File

@ -1,5 +1,4 @@
qrzlogger # qrzlogger
=========
This script is a QRZ.com command line QSO logger. This script is a QRZ.com command line QSO logger.
It does the following: It does the following:
@ -11,8 +10,17 @@ It does the following:
6) lists the last 5 logged QSOs ((pulled from QRZ.com logbook) 6) lists the last 5 logged QSOs ((pulled from QRZ.com logbook)
7) starts again from 1) 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 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 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE. 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 I'll remove this warning when it's done