diff --git a/README.md b/README.md new file mode 100644 index 0000000..bb2a6af --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Daily-Dose + +Generate PDFs or Animated HTML files from your favourite RSS feeds. + +## Get Started + +**Make sure you have pandoc installed!** + +Edit the `feeds.ini` ( Only the `URL` field is required) and `main.py` configuration. + +``` +python3 -m pip install -r requirements.txt +python3 main.py +``` \ No newline at end of file