Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 4eb19e1

Browse files
author
livecodesam
authored
Update setup.md
Changed mentions of the 'noui' argument to the up-to-date '-ui'
1 parent 4bf3e3f commit 4eb19e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/notes-base/setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ It is possible to invoke the installer from the command-line on Linux and Window
6767

6868
Run the installer using a command in the form:
6969

70-
<installer> install noui [OPTION ...]
70+
<installer> install -ui [OPTION ...]
7171

7272
where `<installer>` should be replaced with the path of the installer executable or app (inside the DMG) that has been downloaded. The result of the installation operation will be written to the console.
7373

@@ -87,15 +87,15 @@ As the installer is actually a GUI application, it needs to be run slightly diff
8787

8888
On Windows, the command is:
8989

90-
start /wait <installer> install noui [OPTION ...]
90+
start /wait <installer> install -ui [OPTION ...]
9191

9292
## Command-line uninstallation
9393

9494
It is possible to uninstall LiveCode from the command-line on Windows and Linux. When doing command-line uninstallation, no GUI will be displayed.
9595

9696
Run the uninstaller using a command of the form:
9797

98-
<uninstaller> uninstall noui
98+
<uninstaller> uninstall -ui
9999

100100
Where <exe> is *.setup.exe* on Windows, and *.setup.x86* on Linux. This executable, for both of the platforms, is located in the folder where LiveCode is installed.
101101

0 commit comments

Comments
 (0)