diff --git a/docs/install.md b/docs/install.md index 858cb29..f9603e8 100644 --- a/docs/install.md +++ b/docs/install.md @@ -18,6 +18,6 @@ pip3 install pyinstaller ``` * build ``` bash -python3 -m pyinstaller --onefile ezl.py +python3 -m pyinstaller --onefile -c ezl.py ``` * your executable is in the dist folder