From 2668c1d29aa8b264e52f7a3c8d30923fc2a6f7ad Mon Sep 17 00:00:00 2001 From: ElectronicsArchiver <85485984+ElectronicsArchiver@users.noreply.github.com> Date: Sat, 25 Jun 2022 14:32:08 -0400 Subject: [PATCH] Formatted Command --- Documentation/Development.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Documentation/Development.md b/Documentation/Development.md index dcbd1f7..ab4f69d 100644 --- a/Documentation/Development.md +++ b/Documentation/Development.md @@ -5,7 +5,7 @@ ## Compiling -*Commands are run from within the `/Source/` folder.* +*Commands are run from within the  `/Source/`  folder.*
@@ -17,7 +17,12 @@ 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" +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/`.