We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b0245 commit 288f97cCopy full SHA for 288f97c
README.md
@@ -6,10 +6,10 @@ RESTful web api for MDX2JSON transformation (also JSONP and XML/A). Also support
6
Installation
7
-----------
8
9
-1. Download MDX2JSON/Installer.cls.xml (from repository or releases page).
+1. Download Installer.cls.xml (from repository MDX2JSON folder or releases page) into Caché manager directory.
10
2. Run in terminal (any namespace):
11
12
- do ##class(%Installer.Installer).InstallFromCommandLine("{SourceDir}\Installer.cls.xml","Namespace={Namespace}",0)
+ do ##class(%Installer.Installer).InstallFromCommandLine(##class(%File).ManagerDirectory()_"Installer.cls.xml","Namespace={Namespace}",0)
13
14
where:
15
0 commit comments