We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c35728e commit 78cc163Copy full SHA for 78cc163
README.md
@@ -7,9 +7,7 @@ Tool for translating Caché [message dictionaries](http://docs.intersystems.com/
7
2. Import it to any Caché namespace, e.g. to USER.
8
3. Run in terminal:
9
```
10
- Set pVars("Namespace") = "<The namespace where you want CLM to be installed>" //e.g. SAMPLES
11
- Set pVars("SourceDir") = "<The folder for the offline installation>" //e.g. C:\temp\CLM\
12
- USER> do ##class(CLM.Installer).setup(.pVars) //If you do not specify the default pVars then CLM namespace will be chosen by default
+ USER> do ##class(CLM.Installer).setup()
13
14
15
0 commit comments