From e3f8397f8de143d849d403601eb6ebdaf46046a8 Mon Sep 17 00:00:00 2001 From: Andreas Bielawski Date: Wed, 22 Nov 2017 20:00:12 +0100 Subject: [PATCH] Obligatory README fix --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bd822ea..7a3ca99 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ Send a daily tweet with your Pi-Hole statistics! # How to use 1. Install Python 3 -2. `pip install -U - r requirements.txt` +2. `pip install -U -r requirements.txt` 3. Copy config.ini.example to config.ini and adjust it - 3.1. `api_path` = Path to your /admin/api.php of Pi-Hole - 3.2. Tokens: Create an application [here](https://apps.twitter.com/) + * `api_path` = Path to your /admin/api.php of Pi-Hole + * Tokens: Create an application [here](https://apps.twitter.com/) 4. Run it! # Cronjob