Skip to content

Commit 2ed8543

Browse files
authored
Update README.md
1 parent 83e56db commit 2ed8543

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# all.udl
22
Export/Import all sources in UDL format for ISC Caché 2016
33

4-
## Installation
5-
NS> s ^%SYS("SourceControlClass", $namespace ) = "sc.all"
4+
## Setup working directory ( optional )
5+
```
6+
NS> w ##class(sc.all).workdir("/path/to/your/working/directory/")
7+
```
8+
## Export to working directory:
9+
```
10+
NS> d ##class(sc.all).export()
11+
```
12+
## Import:
13+
```
14+
NS> d ##class(sc.all).import()
15+
```

0 commit comments

Comments
 (0)