README.md update

This commit is contained in:
Johannes Findeisen 2020-09-07 02:11:30 +02:00
commit 8c044250a1

View file

@ -4,8 +4,8 @@ TODO: Write description.
## Requirements ## Requirements
- Python 3.8 - Python >= 3.8
- fritzconnection 1.3.4 (pip install fritzconnection) - fritzconnection >= 1.3.4 (Included as Git submodule. See installation instructions below)
- https://pypi.org/project/fritzconnection/ - https://pypi.org/project/fritzconnection/
- https://fritzconnection.readthedocs.io/en/1.3.4/index.html - 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 git clone https://git.unixpeople.org/hanez/uplink.git
cd uplink cd uplink
git submodule update --init --recursive
cp config.example.json config.json cp config.example.json config.json
### Configuration ### Configuration