Skip to content

Commit 8709afd

Browse files
committed
Docs. Remove unrequired params
1 parent 288f97c commit 8709afd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Installation
99
1. Download Installer.cls.xml (from repository MDX2JSON folder or releases page) into Caché manager directory.
1010
2. Run in terminal (any namespace):
1111

12-
do ##class(%Installer.Installer).InstallFromCommandLine(##class(%File).ManagerDirectory()_"Installer.cls.xml","Namespace={Namespace}",0)
12+
do ##class(%Installer.Installer).InstallFromCommandLine(##class(%File).ManagerDirectory()_"Installer.cls.xml","Namespace={Namespace}")
1313

1414
where:
1515

@@ -25,7 +25,7 @@ Offline Installation
2525
1. Download zip and unpack it.
2626
2. Run in terminal (any namespace):
2727

28-
do ##class(%Installer.Installer).InstallFromCommandLine("{SourceDir}\Installer.cls.xml","Namespace={Namespace},SourceDir={SourceDir}",0)
28+
do ##class(%Installer.Installer).InstallFromCommandLine("{SourceDir}\Installer.cls.xml","Namespace={Namespace},SourceDir={SourceDir}")
2929

3030
where:
3131

0 commit comments

Comments
 (0)