Unverified Commit 937f744e authored by Jon Anders Haugum's avatar Jon Anders Haugum Committed by GitHub
Browse files

Fix broken generate .spec example in README

The generate .spec section in README needs quotes around the command to work. Fixes issue #29
parent e16b9a9c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ Replace `wget` with the dependencies / package(s) you need to install.

##### How do I generate a .spec file?

`docker run -v "$(pwd):/src/" cdrx/pyinstaller-linux pyinstaller your-script.py`
`docker run -v "$(pwd):/src/" cdrx/pyinstaller-linux "pyinstaller your-script.py"`

will generate a `spec` file for `your-script.py` in your current working directory. See the PyInstaller docs for more information.