Skip to content

Commit 78cc163

Browse files
author
Gevorg Arutiunian
authoredOct 17, 2016
Update README.md
1 parent c35728e commit 78cc163

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ Tool for translating Caché [message dictionaries](http://docs.intersystems.com/
77
2. Import it to any Caché namespace, e.g. to USER.
88
3. Run in terminal:
99
```
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
10+
USER> do ##class(CLM.Installer).setup()
1311
```
1412

1513

0 commit comments

Comments
 (0)
Please sign in to comment.