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