Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
doublefint authored Nov 24, 2016
1 parent 83e56db commit 2ed8543
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# all.udl
Export/Import all sources in UDL format for ISC Caché 2016

## Installation
NS> s ^%SYS("SourceControlClass", $namespace ) = "sc.all"
## Setup working directory ( optional )
```
NS> w ##class(sc.all).workdir("/path/to/your/working/directory/")
```
## Export to working directory:
```
NS> d ##class(sc.all).export()
```
## Import:
```
NS> d ##class(sc.all).import()
```

0 comments on commit 2ed8543

Please sign in to comment.