Skip to content

Commit 69422ea

Browse files
committed
Fix Readme
1 parent 15055ac commit 69422ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ Export/Import sources in UDL format for [ISC Caché 2016.2](http://www.intersyst
44
# Installation
55
Download code and run
66
```
7-
do $System.OBJ.ImportDir("/dir/cache-udl","*.xml;*.cls;*.mac;*.int;*.inc;*.dfi","ck",,1)
7+
set dir="/dir/cache-udl
8+
do $System.OBJ.ImportDir(dir,"*.xml;*.cls;*.mac;*.int;*.inc;*.dfi","ck",,1)
89
```
910
or
1011
import the [release](https://github.com/intersystems-ru/cache-udl/releases) to the namespace.

0 commit comments

Comments
 (0)