From 1e74b33477ba87296f9986065712abde63a1b130 Mon Sep 17 00:00:00 2001 From: s3lph Date: Sun, 9 Oct 2022 22:55:49 +0200 Subject: [PATCH] Add authentication to TLDR --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1c9f20e..4b263d4 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ Generate a map similar to https://www.ccc.de/regional from Wikidata and the doku ``` pip3 install -r requirements.txt +export DOKU_CCC_DE_BASICAUTH=username:password ./generate_map.py --update-erfalist ```