Add section about developing/testing the application to README.md

This commit is contained in:
Daniel Schulte 2018-03-18 17:14:00 +01:00
parent a2f19397fb
commit 7a6d6e24c6
1 changed files with 3 additions and 0 deletions

View File

@ -41,3 +41,6 @@ If you don't want to see retweets make sure to include the `-n` or`--no-retweets
venv/bin/python3 printer.py --printer /path/to/print "#hashtag1" "#hashtag2"
```
If you want to see retweets in this mode make sure to include the `-r` or `--retweets` option in the commandline above
# Developing/Testing
You can test this application without a thermal printer connected by simply omitting the `-p`/`--printer` argument when starting it. In that case you'll just get the output in your terminal.