Obligatory README fix

This commit is contained in:
Andreas Bielawski 2017-11-22 20:00:12 +01:00
parent 60a08f4b6c
commit e3f8397f8d
1 changed files with 3 additions and 3 deletions

View File

@ -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