mirror of
https://github.com/tanrax/RSSingle.git
synced 2024-11-14 17:25: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
|
||||
```
|
||||
|
||||
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`.
|
||||
|
||||
## Thanks
|
||||
|
Loading…
Reference in New Issue
Block a user