Add authentication to TLDR

This commit is contained in:
s3lph 2022-10-09 22:55:49 +02:00
parent adad7d7878
commit 1e74b33477
Signed by: s3lph
GPG key ID: 8AC98A811E5BEFF5

View file

@ -6,6 +6,7 @@ Generate a map similar to https://www.ccc.de/regional from Wikidata and the doku
``` ```
pip3 install -r requirements.txt pip3 install -r requirements.txt
export DOKU_CCC_DE_BASICAUTH=username:password
./generate_map.py --update-erfalist ./generate_map.py --update-erfalist
``` ```