Skip to content

Commit 288f97c

Browse files
committed
Docs
1 parent 94b0245 commit 288f97c

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
@@ -6,10 +6,10 @@ RESTful web api for MDX2JSON transformation (also JSONP and XML/A). Also support
66
Installation
77
-----------
88

9-
1. Download MDX2JSON/Installer.cls.xml (from repository or releases page).
9+
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("{SourceDir}\Installer.cls.xml","Namespace={Namespace}",0)
12+
do ##class(%Installer.Installer).InstallFromCommandLine(##class(%File).ManagerDirectory()_"Installer.cls.xml","Namespace={Namespace}",0)
1313

1414
where:
1515

0 commit comments

Comments
 (0)