From cbd137199ce5f48c0591f69296cfb50a2fdf8300 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Sun, 19 Jun 2022 18:32:50 +0200 Subject: [PATCH] Update readme --- .gitignore | 3 +++ README.md | 10 ++++++++++ 2 files changed, 13 insertions(+) diff --git a/.gitignore b/.gitignore index 91c1369..b3cc36e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ /.env rss.xml +build/ +dist/ +rssingle.spec diff --git a/README.md b/README.md index fe7bea8..02245ef 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,16 @@ If not, you can download the example in the repository. A file called `rss.xml` will be created. +## Development + +### Compiling + +```shell +pyinstaller --onefile rssingle.py +``` + +You will find the binary in `dist`. + ## Thanks @shymega for his original project [singlerss](https://github.com/shymega/singlerss). \ No newline at end of file