From 8c044250a1e75e6e9fd73f8076ef8ab106b39435 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Mon, 7 Sep 2020 02:11:30 +0200 Subject: [PATCH] README.md update --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index abb5b16..bc99093 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ TODO: Write description. ## Requirements - - Python 3.8 - - fritzconnection 1.3.4 (pip install fritzconnection) + - Python >= 3.8 + - fritzconnection >= 1.3.4 (Included as Git submodule. See installation instructions below) - https://pypi.org/project/fritzconnection/ - https://fritzconnection.readthedocs.io/en/1.3.4/index.html @@ -13,6 +13,7 @@ TODO: Write description. git clone https://git.unixpeople.org/hanez/uplink.git cd uplink + git submodule update --init --recursive cp config.example.json config.json ### Configuration