mirror of
https://github.com/tanrax/RSSingle.git
synced 2024-11-21 23:15:41 +01:00
Update README.md
This commit is contained in:
parent
6390b990ac
commit
f9567a7c7d
@ -56,6 +56,12 @@ A file called `rss.xml` will be created.
|
|||||||
pyinstaller --onefile rssingle.py
|
pyinstaller --onefile rssingle.py
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Old versions
|
||||||
|
|
||||||
|
```shell
|
||||||
|
docker run --rm --volume $PWD:/app python:3.8-buster /bin/bash -c "cd /app; pip3 install -r requirements.txt; pyinstaller --onefile rssingle.py"
|
||||||
|
```
|
||||||
|
|
||||||
You will find the binary in `dist`.
|
You will find the binary in `dist`.
|
||||||
|
|
||||||
## Thanks
|
## Thanks
|
||||||
|
Loading…
Reference in New Issue
Block a user