Commit 4506d7c2 authored by Sergio Ahumada's avatar Sergio Ahumada Committed by Iikka Eklund
Browse files

README: Little fix to create_installer.py arguments


Change-Id: I6b7d62b8cf017f6e81048e207a027c2bf3ba0329
Reviewed-by: default avatarSimo Fält <simo.falt@digia.com>
parent ed500477
No related merge requests found
Showing with 5 additions and 5 deletions
......@@ -86,7 +86,7 @@
Now you are ready the create the installer with the following command (on windows):
> python create_installer.py win_x86_beta offline devmode
> python create_installer.py -f win_x86_beta --offline --devmode
Explanations:
......@@ -102,13 +102,13 @@
To create a standalone offline installer use:
Linux: python create_installer.py linux linux_x86_32_beta offline devmode
Linux: python create_installer.py linux -f linux_x86_32_beta --offline --devmode
OR
python create_installer.py linux linux_x86_64_beta offline devmode
python create_installer.py linux -f linux_x86_64_beta --offline --devmode
Mac: python create_installer.py mac mac_x86_64_beta offline devmode
Mac: python create_installer.py mac -f mac_x86_64_beta --offline --devmode
Windows: python create_installer.py win_x86_beta offline devmode
Windows: python create_installer.py -f win_x86_beta --offline --devmode
output:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment