Update readme

This commit is contained in:
Andros Fenollosa 2022-06-19 18:32:50 +02:00
parent 43b9a1e3b0
commit cbd137199c
2 changed files with 13 additions and 0 deletions

3
.gitignore vendored
View File

@ -1,2 +1,5 @@
/.env
rss.xml
build/
dist/
rssingle.spec

View File

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