mirror of
https://github.com/tanrax/RSSingle.git
synced 2024-11-23 16:25:41 +01:00
Update readme
This commit is contained in:
parent
43b9a1e3b0
commit
cbd137199c
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1,5 @@
|
|||||||
/.env
|
/.env
|
||||||
rss.xml
|
rss.xml
|
||||||
|
build/
|
||||||
|
dist/
|
||||||
|
rssingle.spec
|
||||||
|
10
README.md
10
README.md
@ -36,6 +36,16 @@ If not, you can download the example in the repository.
|
|||||||
|
|
||||||
A file called `rss.xml` will be created.
|
A file called `rss.xml` will be created.
|
||||||
|
|
||||||
|
## Development
|
||||||
|
|
||||||
|
### Compiling
|
||||||
|
|
||||||
|
```shell
|
||||||
|
pyinstaller --onefile rssingle.py
|
||||||
|
```
|
||||||
|
|
||||||
|
You will find the binary in `dist`.
|
||||||
|
|
||||||
## Thanks
|
## Thanks
|
||||||
|
|
||||||
@shymega for his original project [singlerss](https://github.com/shymega/singlerss).
|
@shymega for his original project [singlerss](https://github.com/shymega/singlerss).
|
Loading…
Reference in New Issue
Block a user