Skip to content

Commit 74b4dad

Browse files
committed
Fix typo in HOWTO-COMPILE (command line)
1 parent 491e66f commit 74b4dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fluidterm/HOWTO-COMPILE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ You have to do this on the host system on which you wish to run
44
the executable.
55

66
python3 -m pip install pyinstaller
7-
python3 -m PyInstaller --oneline fluidterm.py
7+
python3 -m PyInstaller --onefile fluidterm.py
88

99
The output is in dist\fluidterm.exe (Windows) or dist\fluidterm
1010
(Linux and MacOS). On Linux and Mac, the executable may depend

0 commit comments

Comments
 (0)