mirror of
https://github.com/tanrax/RSSingle.git
synced 2025-03-03 03:35:46 +01:00
Formatted Command
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
## Compiling
|
## Compiling
|
||||||
|
|
||||||
*Commands are run from within the `/Source/` folder.*
|
*Commands are run from within the `/Source/` folder.*
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
@@ -17,7 +17,12 @@ pyinstaller --onefile rssingle.py
|
|||||||
### Old Versions
|
### Old Versions
|
||||||
|
|
||||||
```shell
|
```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"
|
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/`.
|
||||||
|
Reference in New Issue
Block a user