Skip to content

Commit 4432684

Browse files
authored
Update README.md
1 parent 731345a commit 4432684

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# cache-udl
22
Export/Import sources in UDL format for [ISC Caché 2016.2](http://www.intersystems.com/our-products/cache/cache-overview/)
33

4+
# Installation
5+
Download code and run
6+
```
7+
do $System.OBJ.ImportDir("/dir/cache-udl","*.xml;*.cls;*.mac;*.int;*.inc;*.dfi","ck",,1)
8+
```
9+
or
10+
import the [release](https://github.com/intersystems-ru/cache-udl/releases) to the namespace.
11+
12+
Map sc package to %All namespace to make it visible in any namespace.
13+
414
## Setup working directory ( optional )
515
```
616
NS> w ##class(sc.code).workdir("/path/to/your/working/directory/")

0 commit comments

Comments
 (0)